From: Mark Wooding Date: Sat, 19 May 2018 19:41:45 +0000 (+0100) Subject: server/tripe.h: Fix indentation of a preprocessor directive. X-Git-Tag: 1.5.0~59 X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/commitdiff_plain/220ba5e44460cc82db1c8cae5147876ad326c7c2 server/tripe.h: Fix indentation of a preprocessor directive. This appears to have been broken since 2005. --- diff --git a/server/tripe.h b/server/tripe.h index e7c47ecd..4b6c7101 100644 --- a/server/tripe.h +++ b/server/tripe.h @@ -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 */