* cp-demangle.c (d_print_comp_inner): Fix parameter indentation.
From-SVN: r242963
This commit is contained in:
parent
753a952341
commit
8684b29203
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2016-11-29 Nathan Sidwell <nathan@acm.org>
|
||||
|
||||
* cp-demangle.c (d_print_comp_inner): Fix parameter indentation.
|
||||
|
||||
2016-11-03 David Tolnay <dtolnay@gmail.com>
|
||||
Mark Wielaard <mark@klomp.org>
|
||||
|
||||
|
|
|
@ -4564,7 +4564,7 @@ d_maybe_print_fold_expression (struct d_print_info *dpi, int options,
|
|||
|
||||
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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue