]> git.eshelyaron.com Git - emacs.git/commitdiff
emit_limple_push_handler style fix
authorAndrea Corallo <akrl@sdf.org>
Sat, 16 Nov 2019 14:25:01 +0000 (15:25 +0100)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:38:06 +0000 (11:38 +0100)
src/comp.c

index d05d17bd010105a1bfcdbfe2062b0dbeb609ad4b..066440bcf876c8bea1c1d48be575657e87f706ec 100644 (file)
@@ -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 (