From 2b980f9abe12a8a57fcbffb94c96e8bc646710b4 Mon Sep 17 00:00:00 2001 From: Reijo Tomperi Date: Thu, 3 Dec 2009 22:48:52 +0200 Subject: [PATCH] astyle fix --- lib/checkmemoryleak.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/checkmemoryleak.cpp b/lib/checkmemoryleak.cpp index 7245e4243..ed24a7f79 100644 --- a/lib/checkmemoryleak.cpp +++ b/lib/checkmemoryleak.cpp @@ -1800,7 +1800,8 @@ const Token *CheckMemoryLeakInFunction::findleak(const Token *tokens, bool all) Token *tok2 = last->previous(); if (tok2) { - if (Token::simpleMatch(tok2, ";")) { + if (Token::simpleMatch(tok2, ";")) + { const Token *tok3 = tok2->previous(); if (tok3 && Token::simpleMatch(tok3, "exit")) {