From: Thomas Roessler Date: Thu, 18 Nov 1999 15:10:23 +0000 (+0000) Subject: indentation noise. X-Git-Tag: mutt-1-1-2-rel~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77d5adef119248721e812e2f1c7e446a9e275ce6;p=mutt indentation noise. --- 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"