Properly indent two lines.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 21 Jan 2002 12:35:58 +0000 (07:35 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 21 Jan 2002 12:35:58 +0000 (07:35 -0500)
From-SVN: r49043

gcc/diagnostic.c

index 2803049cf0408f89fd0f8c957bda434db2816fbb..e2f41fdc65058aae46e25f267219d26ccd14624c 100644 (file)
@@ -867,8 +867,8 @@ format_with_decl (buffer, decl)
   if (*p == '%')               /* Print the name.  */
     {
       const char *const n = (DECL_NAME (decl)
-                ? (*decl_printable_name) (decl, 2)
-                : _("((anonymous))"));
+                            ? (*decl_printable_name) (decl, 2)
+                            : _("((anonymous))"));
       output_add_string (buffer, n);
       while (*p)
        {