add blank line.
authorJim Meyering <jim@meyering.net>
Wed, 18 Dec 1996 03:28:09 +0000 (03:28 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 18 Dec 1996 03:28:09 +0000 (03:28 +0000)
lib/getdate.y

index 9dcb93f7a31ff15fd3e7d735bb6a518152b288fa..b81db97256ba69ad1cbfb1e2a54cdd3d015b063a 100644 (file)
@@ -44,6 +44,7 @@
 #define ISALPHA(c) (IN_CTYPE_DOMAIN (c) && isalpha (c))
 #define ISUPPER(c) (IN_CTYPE_DOMAIN (c) && isupper (c))
 #define ISDIGIT_LOCALE(c) (IN_CTYPE_DOMAIN (c) && isdigit (c))
+
 /* ISDIGIT differs from ISDIGIT_LOCALE, as follows:
    - Its arg may be any int or unsigned int; it need not be an unsigned char.
    - It's guaranteed to evaluate its argument exactly once.