From ce30a3ca716cd94df0de13bbd090fc5e0f395758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Fri, 11 May 2018 14:49:31 +0200 Subject: [PATCH] astyle formatting [ci skip] --- lib/astutils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/astutils.cpp b/lib/astutils.cpp index cb0fa25c3..f6c35460b 100644 --- a/lib/astutils.cpp +++ b/lib/astutils.cpp @@ -250,7 +250,7 @@ bool isDifferentKnownValues(const Token * const tok1, const Token * const tok2) static bool isZeroBoundCond(const Token * const cond) { - if(cond == nullptr) + if (cond == nullptr) return false; // Assume unsigned // TODO: Handle reverse conditions