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
commit094267960be1f671c1ec5dd787fadedf57362a24 (patch)
tree63bb467d5c8c216c6052a405dde9ccd3af06e2e0 /lib/getdate.y
parent764d26f06209cbc6e11cf85af13f1d0eb0f9b901 (diff)
downloadgnulib-094267960be1f671c1ec5dd787fadedf57362a24.tar.gz
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 be5e362048..a00c26e534 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 ();