forked from qt-creator/qt-creator
Fix coding style for else statements
Change-Id: I1309db70e98d678e150388c76ce665e988fdf081 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
c67f7f6349
commit
ad9e7ccab6
@@ -94,8 +94,7 @@ void CMakeHighlighter::highlightBlock(const QString &text)
|
||||
setFormat(i, 1, m_formats[CMakeStringFormat]);
|
||||
}
|
||||
inStringMode = !inStringMode;
|
||||
}
|
||||
else if (c == '\\') {
|
||||
} else if (c == '\\') {
|
||||
setFormat(i, 1, emptyFormat);
|
||||
buf += c;
|
||||
i++;
|
||||
|
||||
Reference in New Issue
Block a user