summaryrefslogtreecommitdiff
path: root/gcc/diagnostic.c
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2002-01-21 12:35:58 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2002-01-21 12:35:58 +0000
commitef50ff07cd3f9d1cf02f9fb320e5506f85acdd16 (patch)
tree226a6c991b1bd5a651afdd53970df4b5f91636bd /gcc/diagnostic.c
parenta130723cff11c19fe69f1d5ed6d9241e57a9d846 (diff)
downloadgcc-ef50ff07cd3f9d1cf02f9fb320e5506f85acdd16.tar.gz
Properly indent two lines.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49043 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/diagnostic.c')
-rw-r--r--gcc/diagnostic.c4
1 files 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)
{