From e712df7cb4d796c1cd11d6e5f0bc5e8721b7b9c6 Mon Sep 17 00:00:00 2001 From: versat Date: Wed, 4 Dec 2019 13:53:10 +0100 Subject: [PATCH] Run astyle [ci skip] --- lib/valueflow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/valueflow.cpp b/lib/valueflow.cpp index 960572e27..861930288 100644 --- a/lib/valueflow.cpp +++ b/lib/valueflow.cpp @@ -2587,11 +2587,11 @@ static bool valueFlowForwardVariable(Token* const startToken, } // TODO: Check for eFunction - else if (tok2->str() == "}" && indentlevel <= 0 && tok2->scope() && tok2->scope()->type == Scope::eLambda) { + else if (tok2->str() == "}" && indentlevel <= 0 && tok2->scope() && tok2->scope()->type == Scope::eLambda) { return true; } - else if (tok2->str() == "}" && indentlevel == varusagelevel) { + else if (tok2->str() == "}" && indentlevel == varusagelevel) { ++number_of_if; // Set "conditional" flag for all values