aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/init.c
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@acm.org>2016-09-26 10:29:53 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2016-09-26 10:29:53 +0000
commitc0cdf62c2e9c40c675c6b475f33e4313eaec2125 (patch)
tree51068e2e669543fb286c52f5c6b55e1f1c444d3a /gcc/cp/init.c
parent1a08d2da0e685413192921aaced414d450f3ef5b (diff)
downloadgcc-c0cdf62c2e9c40c675c6b475f33e4313eaec2125.zip
gcc-c0cdf62c2e9c40c675c6b475f33e4313eaec2125.tar.gz
gcc-c0cdf62c2e9c40c675c6b475f33e4313eaec2125.tar.bz2
init.c (expand_default_init): Fix } indentation.
* init.c (expand_default_init): Fix } indentation. * method.c (process_subob_fn): Simplify control structure to remove gotos. (implicitly_declare_fn): Remove duplicated lambda ctor check. From-SVN: r240489
Diffstat (limited to 'gcc/cp/init.c')
-rw-r--r--gcc/cp/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/init.c b/gcc/cp/init.c
index c64ec3f..798de08 100644
--- a/gcc/cp/init.c
+++ b/gcc/cp/init.c
@@ -1747,7 +1747,7 @@ expand_default_init (tree binfo, tree true_exp, tree exp, tree init, int flags,
ctor_name = base_ctor_identifier;
rval = build_special_member_call (exp, ctor_name, &parms, binfo, flags,
complain);
- }
+ }
if (parms != NULL)
release_tree_vector (parms);