Running astyle [ci skip]

This commit is contained in:
orbitcowboy 2020-06-14 10:06:54 +02:00
parent 1a5f076802
commit f69ce02c90
1 changed files with 1 additions and 1 deletions

View File

@ -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 {");