From 3ded6d912059d3bac443d32de418d45790a29eb3 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 20 Apr 2000 06:54:51 -0400 Subject: [PATCH] Fix whitespace in one place From-SVN: r33277 --- gcc/builtins.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/builtins.c b/gcc/builtins.c index 7c833e5d8a2..f288916f790 100644 --- a/gcc/builtins.c +++ b/gcc/builtins.c @@ -379,8 +379,8 @@ expand_builtin_setjmp (buf_addr, target, first_label, next_label) calls may traverse the arc back to this label. */ current_function_has_nonlocal_label = 1; - nonlocal_goto_handler_labels = - gen_rtx_EXPR_LIST (VOIDmode, lab1, nonlocal_goto_handler_labels); + nonlocal_goto_handler_labels + = gen_rtx_EXPR_LIST (VOIDmode, lab1, nonlocal_goto_handler_labels); /* Clobber the FP when we get here, so we have to make sure it's marked as used by this function. */ -- 2.30.2