Commit 93efb9de by Richard Kenner

Properly indent two lines.

From-SVN: r49043
parent a5cf3ccc
...@@ -867,8 +867,8 @@ format_with_decl (buffer, decl) ...@@ -867,8 +867,8 @@ format_with_decl (buffer, decl)
if (*p == '%') /* Print the name. */ if (*p == '%') /* Print the name. */
{ {
const char *const n = (DECL_NAME (decl) const char *const n = (DECL_NAME (decl)
? (*decl_printable_name) (decl, 2) ? (*decl_printable_name) (decl, 2)
: _("((anonymous))")); : _("((anonymous))"));
output_add_string (buffer, n); output_add_string (buffer, n);
while (*p) while (*p)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment