astyle fix
This commit is contained in:
parent
b1982b2041
commit
ba28c07f9d
|
@ -849,7 +849,7 @@ void Tokenizer::simplifyTokenList()
|
|||
|
||||
|
||||
// Simple calculations..
|
||||
for (bool done = false; !done; )
|
||||
for (bool done = false; !done;)
|
||||
{
|
||||
done = true;
|
||||
for (Token *tok = _tokens; tok; tok = tok->next())
|
||||
|
|
Loading…
Reference in New Issue