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