Committed as obvious.


    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.

diff --git a/gcc/c-family/c-format.cc b/gcc/c-family/c-format.cc
index 122ff9bd1cd..b3ef2d44ce9 100644
--- a/gcc/c-family/c-format.cc
+++ b/gcc/c-family/c-format.cc
@@ -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)


Reply via email to