astyle formatting
This commit is contained in:
parent
c7093ca5d6
commit
23c71daf37
|
@ -7004,11 +7004,9 @@ void Tokenizer::simplifyGoto()
|
|||
if (!lev)
|
||||
break;
|
||||
--lev;
|
||||
}
|
||||
else if (!roundbraces && tok2->str() == "{") {
|
||||
} else if (!roundbraces && tok2->str() == "{") {
|
||||
++lev;
|
||||
}
|
||||
else if (!roundbraces && tok2->str() == "return") {
|
||||
} else if (!roundbraces && tok2->str() == "return") {
|
||||
ret = true;
|
||||
if (indentlevel == 1 && lev == 0)
|
||||
ret2 = true;
|
||||
|
|
Loading…
Reference in New Issue