From: Doug Evans Date: Mon, 19 Apr 1993 19:44:49 +0000 (+0000) Subject: Fix style typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=49640f91c65500474cc205c4d0eb5253a60ed76b;p=gcc.git Fix style typo. From-SVN: r4185 --- diff --git a/gcc/function.c b/gcc/function.c index 21111db3e06..a517b21bd61 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -3207,7 +3207,7 @@ assign_parms (fndecl, second_time) /* This is a variable sized object. */ /* ??? Can we use expr_size here? */ rtx size_rtx = expand_expr (size_in_bytes (type), NULL_RTX, - TYPE_MODE(sizetype), 0); + TYPE_MODE (sizetype), 0); copy = gen_rtx (MEM, BLKmode, allocate_dynamic_stack_space (size_rtx, NULL_RTX,