summaryrefslogtreecommitdiff
path: root/lib/getdate.y
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-01-18 20:12:10 +0000
committerJim Meyering <jim@meyering.net>1997-01-18 20:12:10 +0000
commitc1db691c125928ef64eb5aca8ee1aefccee66505 (patch)
tree0ffa833ed34a290ea1a98d631fca479087317531 /lib/getdate.y
parent5f9c33edfe3277884a20b99f8fadfe86fa4054ac (diff)
downloadcoreutils-c1db691c125928ef64eb5aca8ee1aefccee66505.tar.xz
Indent 2 more cpp-directives to reflect nesting.
Diffstat (limited to 'lib/getdate.y')
-rw-r--r--lib/getdate.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/getdate.y b/lib/getdate.y
index be5e36204..a00c26e53 100644
--- a/lib/getdate.y
+++ b/lib/getdate.y
@@ -54,14 +54,14 @@
#include "getdate.h"
#if defined (STDC_HEADERS) || defined (USG)
-#include <string.h>
+# include <string.h>
#endif
/* Some old versions of bison generate parsers that use bcopy.
That loses on systems that don't provide the function, so we have
to redefine it here. */
#if !defined (HAVE_BCOPY) && defined (HAVE_MEMCPY) && !defined (bcopy)
-#define bcopy(from, to, len) memcpy ((to), (from), (len))
+# define bcopy(from, to, len) memcpy ((to), (from), (len))
#endif
extern struct tm *gmtime ();