From 76fcc2a69a96a7ab68b82ebc96c234dd58ef7e61 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Sat, 16 Nov 2019 15:25:01 +0100 Subject: [PATCH] emit_limple_push_handler style fix --- src/comp.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 ( -- 2.39.5