Fix formatting.
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 20 Jul 1996 13:08:55 +0000 (09:08 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 20 Jul 1996 13:08:55 +0000 (09:08 -0400)
From-SVN: r12540

gcc/varasm.c

index 3d8e766ef59ae185ee7def058eaed80472f6333f..3878e8b893ee71110183267e7b969202044ccc0c 100644 (file)
@@ -1227,7 +1227,7 @@ assemble_variable (decl, top_level, at_end, dont_output_data)
 
       /* This is better than explicit arithmetic, since it avoids overflow.  */
       size_tree = size_binop (CEIL_DIV_EXPR,
-                         DECL_SIZE (decl), size_int (BITS_PER_UNIT));
+                             DECL_SIZE (decl), size_int (BITS_PER_UNIT));
 
       if (TREE_INT_CST_HIGH (size_tree) != 0)
        {