Run astyle

This commit is contained in:
Thomas Jarosch 2014-03-14 15:51:15 +01:00
parent 8c7cf090c4
commit c80f272176
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ void CheckUnusedFunctions::parseTokens(const Tokenizer &tokenizer, const char Fi
const Token * funcToken = tok->next();
int p = 0;
std::string value;
while(funcToken) {
while (funcToken) {
if (funcToken->str()==",") {
if (++p==index)
break;