astyle formatting

[ci skip]
This commit is contained in:
Daniel Marjamäki 2014-07-08 06:44:57 +02:00
parent 9b38ae73c1
commit 6afe9a4fbe
2 changed files with 3 additions and 3 deletions

View File

@ -537,8 +537,8 @@ static void PrintCallstack(FILE* f, PEXCEPTION_POINTERS ex)
break; break;
} }
FreeLibrary(hLibDbgHelp); FreeLibrary(hLibDbgHelp);
hLibDbgHelp=0; hLibDbgHelp=0;
} }
/* /*

View File

@ -897,7 +897,7 @@ static void valueFlowAfterCondition(TokenList *tokenlist, ErrorLogger *errorLogg
// start token of conditional code // start token of conditional code
Token *startToken = nullptr; Token *startToken = nullptr;
// based on the comparison, should we check the if or while? // based on the comparison, should we check the if or while?
int codeblock = 0; int codeblock = 0;
if (Token::Match(tok, "==|>=|<=|!")) if (Token::Match(tok, "==|>=|<=|!"))