Skip to content

Commit 1b50613

Browse files
Format
1 parent 74cf5eb commit 1b50613

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/tokenize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9533,7 +9533,7 @@ void Tokenizer::simplifyCPPAttribute()
95339533
}
95349534
} else if (Token::findsimplematch(tok->tokAt(2), "nodiscard", tok->link())) {
95359535
Token * head = skipCPPOrAlignAttribute(tok)->next();
9536-
while (isCPPAttribute(head) || isAlignAttribute(head))
9536+
while (isCPPAttribute(head) || isAlignAttribute(head))
95379537
head = skipCPPOrAlignAttribute(head)->next();
95389538
while (Token::Match(head, "%name%|::|*|&|<|>|,"))
95399539
head = head->next();

0 commit comments

Comments
 (0)