astyle formatting

This commit is contained in:
Daniel Marjamäki 2011-02-20 21:00:03 +01:00
parent c3fba356c0
commit c52704e636
1 changed files with 1 additions and 1 deletions

View File

@ -1335,7 +1335,7 @@ void Preprocessor::simplifyCondition(const std::map<std::string, std::string> &v
Tokenizer tokenizer2(&settings,NULL);
std::istringstream istr2(it->second);
tokenizer2.tokenize(istr2,"","",true);
// Copy the value tokens
std::stack<Token *> link;
for (const Token *tok2 = tokenizer2.tokens(); tok2; tok2 = tok2->next())