astyle fix
This commit is contained in:
parent
f5104d6d0a
commit
bd66f12e60
|
@ -147,8 +147,8 @@ void CheckAutoVariables::autoVariables()
|
|||
{
|
||||
|
||||
if (Token::Match(tok, "%type% %var% (") ||
|
||||
Token::Match(tok, "%type% * %var% (") ||
|
||||
Token::Match(tok, "%type% :: %var% ("))
|
||||
Token::Match(tok, "%type% * %var% (") ||
|
||||
Token::Match(tok, "%type% :: %var% ("))
|
||||
{
|
||||
begin_function = true;
|
||||
fp_list.clear();
|
||||
|
|
Loading…
Reference in New Issue