From: Nathan Sidwell Date: Tue, 29 Nov 2016 15:28:52 +0000 (+0000) Subject: * cp-demangle.c (d_print_comp_inner): Fix parameter indentation. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8684b292035b9463cdd12cc6f0a5114b775cfadb;p=gcc.git * cp-demangle.c (d_print_comp_inner): Fix parameter indentation. From-SVN: r242963 --- diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 4e71750ec8a..42164c406af 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2016-11-29 Nathan Sidwell + + * cp-demangle.c (d_print_comp_inner): Fix parameter indentation. + 2016-11-03 David Tolnay Mark Wielaard diff --git a/libiberty/cp-demangle.c b/libiberty/cp-demangle.c index 45663fe8b0d..a006994cf2b 100644 --- a/libiberty/cp-demangle.c +++ b/libiberty/cp-demangle.c @@ -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. */