diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 2002-01-21 07:35:58 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 2002-01-21 07:35:58 -0500 |
commit | 93efb9de8ca9f0e76682e3b9356352ba89d2495f (patch) | |
tree | 226a6c991b1bd5a651afdd53970df4b5f91636bd /gcc/diagnostic.c | |
parent | a5cf3ccc22a6943e2a46768787e62a3764e74c75 (diff) | |
download | gcc-93efb9de8ca9f0e76682e3b9356352ba89d2495f.zip gcc-93efb9de8ca9f0e76682e3b9356352ba89d2495f.tar.gz gcc-93efb9de8ca9f0e76682e3b9356352ba89d2495f.tar.bz2 |
Properly indent two lines.
From-SVN: r49043
Diffstat (limited to 'gcc/diagnostic.c')
-rw-r--r-- | gcc/diagnostic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/diagnostic.c b/gcc/diagnostic.c index 2803049..e2f41fd 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) { |