From: Richard Kenner Date: Mon, 21 Jan 2002 12:35:58 +0000 (-0500) Subject: Properly indent two lines. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=93efb9de8ca9f0e76682e3b9356352ba89d2495f;p=gcc.git Properly indent two lines. From-SVN: r49043 --- diff --git a/gcc/diagnostic.c b/gcc/diagnostic.c index 2803049cf04..e2f41fdc650 100644 --- a/gcc/diagnostic.c +++ b/gcc/diagnostic.c @@ -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) {