astyle formatting

[ci skip]
This commit is contained in:
Daniel Marjamäki 2020-05-26 23:28:19 +02:00
parent 72f9fcefbb
commit 4d5fe6ec5e
1 changed files with 9 additions and 9 deletions

View File

@ -9410,15 +9410,15 @@ void Tokenizer::findGarbageCode() const
const bool isCPP11 = isCPP() && mSettings->standards.cpp >= Standards::CPP11;
const std::set<std::string> nonConsecutiveKeywords{ "break",
"continue",
"for",
"goto",
"if",
"return",
"switch",
"throw",
"typedef",
"while" };
"continue",
"for",
"goto",
"if",
"return",
"switch",
"throw",
"typedef",
"while" };
for (const Token *tok = tokens(); tok; tok = tok->next()) {
// initialization: = {