From a35120a3c6bc526325a727a4b71317bce11d1ca7 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 26 Jun 2009 19:05:22 +0000 Subject: c-decl.c (merge_decls): Re-indent. 2009-06-26 H.J. Lu * c-decl.c (merge_decls): Re-indent. From-SVN: r148984 --- gcc/c-decl.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'gcc/c-decl.c') diff --git a/gcc/c-decl.c b/gcc/c-decl.c index 5eab454e03d..9f852fff77a 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -2355,13 +2355,13 @@ merge_decls (tree newdecl, tree olddecl, tree newtype, tree oldtype) } } - extern_changed = DECL_EXTERNAL (olddecl) && !DECL_EXTERNAL (newdecl); + extern_changed = DECL_EXTERNAL (olddecl) && !DECL_EXTERNAL (newdecl); - /* Merge the USED information. */ - if (TREE_USED (olddecl)) - TREE_USED (newdecl) = 1; - else if (TREE_USED (newdecl)) - TREE_USED (olddecl) = 1; + /* Merge the USED information. */ + if (TREE_USED (olddecl)) + TREE_USED (newdecl) = 1; + else if (TREE_USED (newdecl)) + TREE_USED (olddecl) = 1; /* Copy most of the decl-specific fields of NEWDECL into OLDDECL. But preserve OLDDECL's DECL_UID and DECL_CONTEXT. */ -- cgit v1.2.1