From ca56cd301e2c135d4ca5571a7b091564a508adfa Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Mon, 4 Feb 2002 09:58:08 -0800 Subject: [PATCH] Reindent. From-SVN: r49485 --- gcc/explow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/explow.c b/gcc/explow.c index 8f9e0bf42719..8a1b8298fb2e 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -1372,7 +1372,7 @@ allocate_dynamic_stack_space (size, target, known_align) #endif /* SETJMP_VIA_SAVE_AREA */ #ifdef STACK_GROWS_DOWNWARD - emit_move_insn (target, virtual_stack_dynamic_rtx); + emit_move_insn (target, virtual_stack_dynamic_rtx); #endif }