diff mbox

[libiberty] demangler formatting

Message ID b3a3dcb2-f97e-3e43-e7f5-91234fad66e8@acm.org
State New
Headers show

Commit Message

Nathan Sidwell Nov. 29, 2016, 3:29 p.m. UTC
In working on pr78252 I noticed a source formatting nit.  Fixed thusly 
and committed.

nathan
diff mbox

Patch

2016-11-29  Nathan Sidwell  <nathan@acm.org>

	* cp-demangle.c (d_print_comp_inner): Fix parameter indentation.

Index: cp-demangle.c
===================================================================
--- cp-demangle.c	(revision 242959)
+++ cp-demangle.c	(working copy)
@@ -4564,7 +4564,7 @@  d_maybe_print_fold_expression (struct d_
 
 static void
 d_print_comp_inner (struct d_print_info *dpi, int options,
-		  const struct demangle_component *dc)
+		    const struct demangle_component *dc)
 {
   /* Magic variable to let reference smashing skip over the next modifier
      without needing to modify *dc.  */