From 220ba5e44460cc82db1c8cae5147876ad326c7c2 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 19 May 2018 20:41:45 +0100 Subject: [PATCH] server/tripe.h: Fix indentation of a preprocessor directive. This appears to have been broken since 2005. --- server/tripe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.11.0