]> git.eshelyaron.com Git - emacs.git/commitdiff
reindent define_thread_state_struct
authorAndrea Corallo <andrea_corallo@yahoo.it>
Mon, 24 Jun 2019 09:34:27 +0000 (11:34 +0200)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:33:45 +0000 (11:33 +0100)
src/comp.c

index f754778468b976c1cdc62da2b78c37ffa4bbfc26..9ef1a99b0f51224a568542d10ddcd275b642ab25 100644 (file)
@@ -967,13 +967,14 @@ define_thread_state_struct (void)
       gcc_jit_context_new_field (
        comp.ctxt,
        NULL,
-       gcc_jit_context_new_array_type (comp.ctxt,
-                                       NULL,
-                                       comp.char_type,
-                                       sizeof (struct thread_state)
-                                       - offsetof (struct thread_state,
-                                                   m_handlerlist)
-                                       - sizeof (((struct thread_state *) 0)->m_handlerlist)),
+       gcc_jit_context_new_array_type (
+         comp.ctxt,
+         NULL,
+         comp.char_type,
+         sizeof (struct thread_state)
+         - offsetof (struct thread_state,
+                     m_handlerlist)
+         - sizeof (((struct thread_state *) 0)->m_handlerlist)),
        "pad1") };
 
   comp.thread_state_s =