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