From 6afe9a4fbe382a1fb6afaad885338b3171d60abb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Tue, 8 Jul 2014 06:44:57 +0200 Subject: [PATCH] astyle formatting [ci skip] --- cli/cppcheckexecutor.cpp | 4 ++-- lib/valueflow.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/cppcheckexecutor.cpp b/cli/cppcheckexecutor.cpp index 83b91b205..4ab7f3fdb 100644 --- a/cli/cppcheckexecutor.cpp +++ b/cli/cppcheckexecutor.cpp @@ -537,8 +537,8 @@ static void PrintCallstack(FILE* f, PEXCEPTION_POINTERS ex) break; } - FreeLibrary(hLibDbgHelp); - hLibDbgHelp=0; + FreeLibrary(hLibDbgHelp); + hLibDbgHelp=0; } /* diff --git a/lib/valueflow.cpp b/lib/valueflow.cpp index d38996310..4c6a01ac6 100644 --- a/lib/valueflow.cpp +++ b/lib/valueflow.cpp @@ -897,7 +897,7 @@ static void valueFlowAfterCondition(TokenList *tokenlist, ErrorLogger *errorLogg // start token of conditional code Token *startToken = nullptr; - + // based on the comparison, should we check the if or while? int codeblock = 0; if (Token::Match(tok, "==|>=|<=|!"))