init.c (expand_default_init): Fix } indentation.
authorNathan Sidwell <nathan@acm.org>
Mon, 26 Sep 2016 10:29:53 +0000 (10:29 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Mon, 26 Sep 2016 10:29:53 +0000 (10:29 +0000)
commitc0cdf62c2e9c40c675c6b475f33e4313eaec2125
tree51068e2e669543fb286c52f5c6b55e1f1c444d3a
parent1a08d2da0e685413192921aaced414d450f3ef5b
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
gcc/cp/ChangeLog
gcc/cp/init.c
gcc/cp/method.c