run astyle
This commit is contained in:
parent
061eab4d22
commit
79e5d2db15
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue