server/tripe.h: Fix indentation of a preprocessor directive.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 19 May 2018 19:41:45 +0000 (20:41 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 14 Jun 2018 11:50:38 +0000 (12:50 +0100)
This appears to have been broken since 2005.

server/tripe.h

index e7c47ec..4b6c710 100644 (file)
@@ -741,7 +741,7 @@ struct admin {
 #define AF_NOTE 4u                     /* Catch notifications */
 #define AF_WARN 8u                     /* Catch warning messages */
 #ifndef NTRACE
-  #define AF_TRACE 16u                 /* Catch tracing */
+#  define AF_TRACE 16u                 /* Catch tracing */
 #endif
 #define AF_FOREGROUND 32u              /* Quit server when client closes */