forked from qt-creator/qt-creator
QtSupport: Fix indentation of condition
Change-Id: I64563971749ab47d0f144bd90fbd22558783fc55 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
becf48fd82
commit
714fc53713
@@ -953,7 +953,8 @@ struct SearchStringLexer
|
||||
if (yychar == quote) {
|
||||
yyinp();
|
||||
break;
|
||||
} if (yychar == QLatin1Char('\\')) {
|
||||
}
|
||||
if (yychar == QLatin1Char('\\')) {
|
||||
yyinp();
|
||||
switch (yychar.unicode()) {
|
||||
case '"': yytext += QLatin1Char('"'); yyinp(); break;
|
||||
|
||||
Reference in New Issue
Block a user