projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5cf3cc
)
Properly indent two lines.
author
Richard Kenner
<kenner@gcc.gnu.org>
Mon, 21 Jan 2002 12:35:58 +0000
(07:35 -0500)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Mon, 21 Jan 2002 12:35:58 +0000
(07:35 -0500)
From-SVN: r49043
gcc/diagnostic.c
patch
|
blob
|
history
diff --git
a/gcc/diagnostic.c
b/gcc/diagnostic.c
index 2803049cf0408f89fd0f8c957bda434db2816fbb..e2f41fdc65058aae46e25f267219d26ccd14624c 100644
(file)
--- 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)
{