From 93efb9de8ca9f0e76682e3b9356352ba89d2495f Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 21 Jan 2002 07:35:58 -0500 Subject: [PATCH] Properly indent two lines. From-SVN: r49043 --- gcc/diagnostic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.30.2