diff options
| author | Orgad Shaneh <[email protected]> | 2012-11-28 20:44:03 +0200 |
|---|---|---|
| committer | Orgad Shaneh <[email protected]> | 2012-11-28 20:20:46 +0100 |
| commit | a44aa55502b1d9f548692e49ab7cea13d341c8ca (patch) | |
| tree | 77f9fbfd583551839c4448c1b66de7c47dd7afc3 /src/libs/cplusplus/Icons.cpp | |
| parent | 3747e941ad79f64e28c78c83a840783eb3edfd6f (diff) | |
Add whitespace after control keywords
find -name \*.cpp -o -name \*.h | \
xargs sed -Ei 's/ (for|foreach|if|switch|while)\(/ \1 (/g'
Change-Id: I9efdff4bf0c8c01a52baaaeb75198483c77b0390
Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/libs/cplusplus/Icons.cpp')
| -rw-r--r-- | src/libs/cplusplus/Icons.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/cplusplus/Icons.cpp b/src/libs/cplusplus/Icons.cpp index a371da91d7b..653db7f59e9 100644 --- a/src/libs/cplusplus/Icons.cpp +++ b/src/libs/cplusplus/Icons.cpp @@ -137,7 +137,7 @@ Icons::IconType Icons::iconTypeForSymbol(const Symbol *symbol) QIcon Icons::iconForType(IconType type) const { - switch(type) { + switch (type) { case ClassIconType: return _classIcon; case EnumIconType: |
