From: Andrea Corallo Date: Sat, 16 Nov 2019 14:25:01 +0000 (+0100) Subject: emit_limple_push_handler style fix X-Git-Tag: emacs-28.0.90~2727^2~988 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=76fcc2a69a96a7ab68b82ebc96c234dd58ef7e61;p=emacs.git emit_limple_push_handler style fix --- diff --git a/src/comp.c b/src/comp.c index d05d17bd010..066440bcf87 100644 --- a/src/comp.c +++ b/src/comp.c @@ -1156,11 +1156,11 @@ emit_limple_push_handler (gcc_jit_rvalue *handler, gcc_jit_rvalue *handler_type, gcc_jit_rvalue *args[] = { handler, handler_type }; gcc_jit_block_add_assignment ( - comp.block, - NULL, - comp.loc_handler, - emit_call (intern_c_string ("push_handler"), - comp.handler_ptr_type, 2, args, false)); + comp.block, + NULL, + comp.loc_handler, + emit_call (intern_c_string ("push_handler"), + comp.handler_ptr_type, 2, args, false)); args[0] = gcc_jit_lvalue_get_address (