]> granicus.if.org Git - mutt/commitdiff
indentation noise.
authorThomas Roessler <roessler@does-not-exist.org>
Thu, 18 Nov 1999 15:10:23 +0000 (15:10 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Thu, 18 Nov 1999 15:10:23 +0000 (15:10 +0000)
dotlock.c

index 4e79d71545ccc404c967c09501a33a351b248132..e10753984966c4559bffb14bb9ae41dfbbf162c1 100644 (file)
--- a/dotlock.c
+++ b/dotlock.c
 #endif
 
 #ifdef DL_STANDALONE
-#include "reldate.h"
+# include "reldate.h"
 #endif
 
-# define MAXLINKS 1024 /* maximum link depth */
+#define MAXLINKS 1024 /* maximum link depth */
 
-# ifdef DL_STANDALONE
+#ifdef DL_STANDALONE
 
 # define LONG_STRING 1024
 # define MAXLOCKATTEMPT 5
@@ -82,7 +82,7 @@ extern int snprintf (char *, size_t, const char *, ...);
 #else  /* DL_STANDALONE */
 
 # ifdef USE_SETGID
-#  error Do not try to compile dotlock as a mutt module when requiring egid switching!
+#   error Do not try to compile dotlock as a mutt module when requiring egid switching!
 # endif
 
 # include "mutt.h"