Run astyle.
This commit is contained in:
parent
e0702d3ef8
commit
564d896715
|
@ -2612,8 +2612,8 @@ void CheckOther::sizeofsizeofError(const Token *tok)
|
||||||
{
|
{
|
||||||
reportError(tok, Severity::warning,
|
reportError(tok, Severity::warning,
|
||||||
"sizeofsizeof", "Calling sizeof for 'sizeof'.\n"
|
"sizeofsizeof", "Calling sizeof for 'sizeof'.\n"
|
||||||
"This is suspicious code and most likely there should be just"
|
"This is suspicious code and most likely there should be just"
|
||||||
"one 'sizeof'. The current code is equivalent to 'sizeof(size_t)'");
|
"one 'sizeof'. The current code is equivalent to 'sizeof(size_t)'");
|
||||||
}
|
}
|
||||||
|
|
||||||
void CheckOther::sizeofCalculation()
|
void CheckOther::sizeofCalculation()
|
||||||
|
|
Loading…
Reference in New Issue