thread/Name: indent preprocessor commands
This commit is contained in:
parent
163597ef69
commit
11cea17496
@ -21,10 +21,10 @@
|
|||||||
#define MPD_THREAD_NAME_HXX
|
#define MPD_THREAD_NAME_HXX
|
||||||
|
|
||||||
#ifdef HAVE_PTHREAD_SETNAME_NP
|
#ifdef HAVE_PTHREAD_SETNAME_NP
|
||||||
#include <pthread.h>
|
# include <pthread.h>
|
||||||
#include <stdio.h>
|
# include <stdio.h>
|
||||||
#elif defined(HAVE_PRCTL)
|
#elif defined(HAVE_PRCTL)
|
||||||
#include <sys/prctl.h>
|
# include <sys/prctl.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static inline void
|
static inline void
|
||||||
|
Loading…
Reference in New Issue
Block a user