From f69ce02c90d62e6afd09604f876ad6821913f8c5 Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Sun, 14 Jun 2020 10:06:54 +0200 Subject: [PATCH] Running astyle [ci skip] --- lib/forwardanalyzer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/forwardanalyzer.cpp b/lib/forwardanalyzer.cpp index 62334a3de..21e061aaf 100644 --- a/lib/forwardanalyzer.cpp +++ b/lib/forwardanalyzer.cpp @@ -292,7 +292,7 @@ struct ForwardTraversal { return Progress::Break; } else if (tok->link() && tok->str() == "}") { const Scope* scope = tok->scope(); - if(!scope) + if (!scope) return Progress::Break; if (Token::Match(tok->link()->previous(), ")|else {")) { const bool inElse = Token::simpleMatch(tok->link()->previous(), "else {");