fix misleading identation breaking bootstrap
Fix identation issue introduced by 966f3c13
"Fix format attribute for printf".
gcc/c-family/ChangeLog:
* c-format.cc: Fix identation.
This commit is contained in:
parent
9a5d1fceb8
commit
1e3003ca08
1 changed files with 2 additions and 2 deletions
|
@ -1214,8 +1214,8 @@ check_function_format (const_tree fn, tree attrs, int nargs,
|
|||
skipped_default_format = true;
|
||||
break;
|
||||
}
|
||||
if (skipped_default_format)
|
||||
continue;
|
||||
if (skipped_default_format)
|
||||
continue;
|
||||
}
|
||||
|
||||
if (warn_format)
|
||||
|
|
Loading…
Add table
Reference in a new issue