run astyle

This commit is contained in:
Robert Reif 2011-10-12 09:08:54 -04:00
parent 07d8cd0a12
commit af6a6f9c2d
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ void CheckOther::checkSuspiciousSemicolon()
void CheckOther::SuspiciousSemicolonError(const Token* tok)
{
reportInconclusiveError(tok, Severity::warning, "suspiciousSemicolon",
"Suspicious use of ; at the end of 'if/for/while' statement.");
"Suspicious use of ; at the end of 'if/for/while' statement.");
}