From 0189a68ad39868ba382c19b7e59d218bdfac373f Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 20 Jul 1996 09:08:55 -0400 Subject: [PATCH] Fix formatting. From-SVN: r12540 --- gcc/varasm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.30.2