Run astyle.

This commit is contained in:
Kimmo Varis 2010-11-28 23:28:24 +02:00
parent e0702d3ef8
commit 564d896715
1 changed files with 2 additions and 2 deletions

View File

@ -2612,8 +2612,8 @@ void CheckOther::sizeofsizeofError(const Token *tok)
{
reportError(tok, Severity::warning,
"sizeofsizeof", "Calling sizeof for 'sizeof'.\n"
"This is suspicious code and most likely there should be just"
"one 'sizeof'. The current code is equivalent to 'sizeof(size_t)'");
"This is suspicious code and most likely there should be just"
"one 'sizeof'. The current code is equivalent to 'sizeof(size_t)'");
}
void CheckOther::sizeofCalculation()