From ef50ff07cd3f9d1cf02f9fb320e5506f85acdd16 Mon Sep 17 00:00:00 2001 From: kenner Date: Mon, 21 Jan 2002 12:35:58 +0000 Subject: Properly indent two lines. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49043 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/diagnostic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/diagnostic.c') 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) { -- cgit v1.2.1