From 2f8902cc7ac60f03fc4ab0646055cf2b3863a8a7 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 29 Jan 2018 22:17:11 +0100 Subject: hurd: Fix preprocessor indentation --- hurd/hurd/signal.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'hurd/hurd/signal.h') diff --git a/hurd/hurd/signal.h b/hurd/hurd/signal.h index 5ee95acd09..53234724a4 100644 --- a/hurd/hurd/signal.h +++ b/hurd/hurd/signal.h @@ -43,9 +43,9 @@ #include /* We cache sigstate in a threadvar. */ struct hurd_signal_preemptor; /* */ #if defined __USE_EXTERN_INLINES && defined _LIBC -# if IS_IN (libc) || IS_IN (libpthread) -# include -# endif +# if IS_IN (libc) || IS_IN (libpthread) +# include +# endif #endif @@ -135,7 +135,7 @@ extern struct hurd_sigstate *_hurd_self_sigstate (void) #endif #if defined __USE_EXTERN_INLINES && defined _LIBC -# if IS_IN (libc) +# if IS_IN (libc) _HURD_SIGNAL_H_EXTERN_INLINE struct hurd_sigstate * _hurd_self_sigstate (void) { @@ -145,7 +145,7 @@ _hurd_self_sigstate (void) *location = _hurd_thread_sigstate (__mach_thread_self ()); return *location; } -# endif +# endif #endif /* Thread listening on our message port; also called the "signal thread". */ @@ -176,7 +176,7 @@ extern int _hurd_core_limit; extern void *_hurd_critical_section_lock (void); #if defined __USE_EXTERN_INLINES && defined _LIBC -# if IS_IN (libc) +# if IS_IN (libc) _HURD_SIGNAL_H_EXTERN_INLINE void * _hurd_critical_section_lock (void) { @@ -201,13 +201,13 @@ _hurd_critical_section_lock (void) _hurd_critical_section_unlock to unlock it. */ return ss; } -# endif +# endif #endif extern void _hurd_critical_section_unlock (void *our_lock); #if defined __USE_EXTERN_INLINES && defined _LIBC -# if IS_IN (libc) +# if IS_IN (libc) _HURD_SIGNAL_H_EXTERN_INLINE void _hurd_critical_section_unlock (void *our_lock) { @@ -230,7 +230,7 @@ _hurd_critical_section_unlock (void *our_lock) __msg_sig_post (_hurd_msgport, 0, 0, __mach_task_self ()); } } -# endif +# endif #endif /* Convenient macros for simple uses of critical sections. -- cgit v1.2.3