public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] fix misleading identation breaking bootstrap
@ 2023-08-20  7:26 Martin Uecker
  0 siblings, 0 replies; only message in thread
From: Martin Uecker @ 2023-08-20  7:26 UTC (permalink / raw)
  To: gcc-patches; +Cc: Tomas Kalibera, Jonathan Yong


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)



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-08-20  7:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-20  7:26 [committed] fix misleading identation breaking bootstrap Martin Uecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).