From 4d5fe6ec5ee409c6e817c5c6f54f7fc4c1184b67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Tue, 26 May 2020 23:28:19 +0200 Subject: [PATCH] astyle formatting [ci skip] --- lib/tokenize.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/tokenize.cpp b/lib/tokenize.cpp index 8b7062f42..33577c76e 100644 --- a/lib/tokenize.cpp +++ b/lib/tokenize.cpp @@ -9410,15 +9410,15 @@ void Tokenizer::findGarbageCode() const const bool isCPP11 = isCPP() && mSettings->standards.cpp >= Standards::CPP11; const std::set 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: = {