Indentation fix
authorAlexandre Oliva <aoliva@gcc.gnu.org>
Sat, 9 Dec 2000 03:42:29 +0000 (03:42 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Sat, 9 Dec 2000 03:42:29 +0000 (03:42 +0000)
From-SVN: r38146

gcc/expr.c

index 3a8136f6ff5b3a95ec9dd81663f5775847b8fc9e..fbe5fe513c1e28657b6df5204c1d6e014f3a9e3a 100644 (file)
@@ -4545,7 +4545,7 @@ store_constructor (exp, target, align, cleared, size)
          store_constructor_field (to_rtx, bitsize, bitpos, mode,
                                   TREE_VALUE (elt), type, align, cleared,
                                   (DECL_NONADDRESSABLE_P (field)
-                                  && GET_CODE (to_rtx) == MEM)
+                                   && GET_CODE (to_rtx) == MEM)
                                   ? MEM_ALIAS_SET (to_rtx)
                                   : get_alias_set (TREE_TYPE (field)));
        }