diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-05-06 23:05:54 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-05-06 23:05:54 +0000 |
commit | 0bc644e0031a247a30ddbe64fb50b94fdd4e19fd (patch) | |
tree | 5ce87329cf1055017d0bd705ecac06be33f23764 /gcc/tree.c | |
parent | 37808e3a06df2a78362bff6389cc0b2e2812f490 (diff) | |
download | ppe42-gcc-0bc644e0031a247a30ddbe64fb50b94fdd4e19fd.tar.gz ppe42-gcc-0bc644e0031a247a30ddbe64fb50b94fdd4e19fd.zip |
reformat a little to match GNU coding standards.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14024 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree.c')
-rw-r--r-- | gcc/tree.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree.c b/gcc/tree.c index f6a92e10eb9..170892e80b6 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -4564,8 +4564,8 @@ get_set_constructor_bits (init, buffer, bit_size) if (TREE_CODE (TREE_VALUE (vals)) != INTEGER_CST || (TREE_PURPOSE (vals) != NULL_TREE && TREE_CODE (TREE_PURPOSE (vals)) != INTEGER_CST)) - non_const_bits = - tree_cons (TREE_PURPOSE (vals), TREE_VALUE (vals), non_const_bits); + non_const_bits + = tree_cons (TREE_PURPOSE (vals), TREE_VALUE (vals), non_const_bits); else if (TREE_PURPOSE (vals) != NULL_TREE) { /* Set a range of bits to ones. */ |