astyle fix

This commit is contained in:
Reijo Tomperi 2009-03-28 23:11:03 +02:00
parent f5104d6d0a
commit bd66f12e60
1 changed files with 2 additions and 2 deletions

View File

@ -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();