run astyle

This commit is contained in:
Robert Reif 2011-04-20 19:07:28 -04:00
parent 061eab4d22
commit 79e5d2db15
1 changed files with 1 additions and 1 deletions

View File

@ -1168,7 +1168,7 @@ void CheckClass::virtualDestructor()
// No deletion of derived class instance through base class pointer found => the code is ok
bool ok = true;
for (const Token *tok = _tokenizer->tokens(); tok; tok = tok->next())
{
// Declaring base class pointer