astyle formatting
This commit is contained in:
parent
b9f4a773b8
commit
8db1ac8c5d
|
@ -147,8 +147,8 @@ void CheckAutoVariables::autoVariables()
|
||||||
{
|
{
|
||||||
|
|
||||||
if (Token::Match(tok, "%type% %var% (") ||
|
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;
|
begin_function = true;
|
||||||
fp_list.clear();
|
fp_list.clear();
|
||||||
|
|
Loading…
Reference in New Issue