From: Andrea Corallo Date: Mon, 24 Jun 2019 09:34:27 +0000 (+0200) Subject: reindent define_thread_state_struct X-Git-Tag: emacs-28.0.90~2727^2~1439 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fc2e2818edc0eaa4b86124d102eb12b7a24fa486;p=emacs.git reindent define_thread_state_struct --- diff --git a/src/comp.c b/src/comp.c index f754778468b..9ef1a99b0f5 100644 --- a/src/comp.c +++ b/src/comp.c @@ -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 =