astyle formatting

This commit is contained in:
Daniel Marjamäki 2009-03-25 07:25:33 +01:00
parent b9f4a773b8
commit 8db1ac8c5d
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();