summaryrefslogtreecommitdiffstats
path: root/dotlock.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-11-18 15:10:23 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-11-18 15:10:23 +0000
commit77d5adef119248721e812e2f1c7e446a9e275ce6 (patch)
tree968b0d1548aaa35ebd1b42a6c735413c4bba4cb5 /dotlock.c
parent2804566e75b56eaa8866b889fa08cc27c8df7aa4 (diff)
indentation noise.
Diffstat (limited to 'dotlock.c')
-rw-r--r--dotlock.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/dotlock.c b/dotlock.c
index 4e79d715..e1075398 100644
--- a/dotlock.c
+++ b/dotlock.c
@@ -50,12 +50,12 @@
#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"