astyle formatting
This commit is contained in:
parent
5ce7189bc0
commit
f8f3f0d384
|
@ -2204,8 +2204,7 @@ void CheckBufferOverrun::arrayIndexThenCheck()
|
|||
tok = tok->tokAt(2);
|
||||
|
||||
// skip close parenthesis
|
||||
if(tok->str() == ")")
|
||||
{
|
||||
if (tok->str() == ")") {
|
||||
tok = tok->next();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue