aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@acm.org>2016-11-29 15:28:52 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2016-11-29 15:28:52 +0000
commit8684b292035b9463cdd12cc6f0a5114b775cfadb (patch)
treeaeabb07fd8a5da42ddf25b2040b4c498f7f3f6e1
parent753a9523414fee2502d81dfec067e2ad24bfe272 (diff)
downloadgcc-8684b292035b9463cdd12cc6f0a5114b775cfadb.zip
gcc-8684b292035b9463cdd12cc6f0a5114b775cfadb.tar.gz
gcc-8684b292035b9463cdd12cc6f0a5114b775cfadb.tar.bz2
* cp-demangle.c (d_print_comp_inner): Fix parameter indentation.
From-SVN: r242963
-rw-r--r--libiberty/ChangeLog4
-rw-r--r--libiberty/cp-demangle.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 4e71750..42164c4 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -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>
diff --git a/libiberty/cp-demangle.c b/libiberty/cp-demangle.c
index 45663fe..a006994 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. */