aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-01-06 12:04:15 +0100
committerMax Kellermann <max@duempel.org>2015-01-06 12:04:15 +0100
commit11cea17496c190969c758153034c94622211dce9 (patch)
tree335756f81de945746a1ab1e566d699e26195f666
parent163597ef6939e4250afafe12f821aa732b1fc2b7 (diff)
downloadmpd-11cea17496c190969c758153034c94622211dce9.tar.gz
mpd-11cea17496c190969c758153034c94622211dce9.tar.xz
mpd-11cea17496c190969c758153034c94622211dce9.zip
thread/Name: indent preprocessor commands
-rw-r--r--src/thread/Name.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/thread/Name.hxx b/src/thread/Name.hxx
index 284d1e147..0edcc0242 100644
--- a/src/thread/Name.hxx
+++ b/src/thread/Name.hxx
@@ -21,10 +21,10 @@
#define MPD_THREAD_NAME_HXX
#ifdef HAVE_PTHREAD_SETNAME_NP
-#include <pthread.h>
-#include <stdio.h>
+# include <pthread.h>
+# include <stdio.h>
#elif defined(HAVE_PRCTL)
-#include <sys/prctl.h>
+# include <sys/prctl.h>
#endif
static inline void