From: Richard Kenner Date: Sat, 20 Jul 1996 13:08:55 +0000 (-0400) Subject: Fix formatting. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0189a68ad39868ba382c19b7e59d218bdfac373f;p=gcc.git Fix formatting. From-SVN: r12540 --- diff --git a/gcc/varasm.c b/gcc/varasm.c index 3d8e766ef59..3878e8b893e 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -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) {