]> granicus.if.org Git - postgresql/blobdiff - src/timezone/zic.c
pgindent run for 9.4
[postgresql] / src / timezone / zic.c
index c6a811e018bf688e8b08bd068a0bd3757fff3370..2e38990323031d35328a847612db9c7181b0a8cd 100644 (file)
@@ -481,7 +481,7 @@ main(int argc, char *argv[])
        (void) umask(umask(S_IWGRP | S_IWOTH) | (S_IWGRP | S_IWOTH));
 #endif   /* !WIN32 */
        progname = argv[0];
-       if (TYPE_BIT(zic_t) < 64)
+       if (TYPE_BIT(zic_t) <64)
        {
                (void) fprintf(stderr, "%s: %s\n", progname,
                                           _("wild compilation-time specification of zic_t"));
@@ -2848,6 +2848,7 @@ mkdirs(char *argname)
        {
                *cp = '\0';
 #ifdef WIN32
+
                /*
                 * DOS drive specifier?
                 */