Running astyle [ci skip]

This commit is contained in:
orbitcowboy 2019-10-10 08:17:41 +02:00
parent ddcbed21d6
commit a9386fa093
1 changed files with 1 additions and 1 deletions

View File

@ -3568,7 +3568,7 @@ void Scope::getVariableList(const Settings* settings)
// Is it a function?
else if (tok->str() == "{") {
tok = tok->link();
tok = tok->link();
continue;
}