Commit 66b82c20 authored by Bruce Momjian's avatar Bruce Momjian

Small adjustment by pgindent.

parent c24b2ef2
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* 2006-07-17 by Arthur David Olson. * 2006-07-17 by Arthur David Olson.
* *
* IDENTIFICATION * IDENTIFICATION
* $PostgreSQL: pgsql/src/timezone/zic.c,v 1.25 2010/03/11 18:43:24 tgl Exp $ * $PostgreSQL: pgsql/src/timezone/zic.c,v 1.26 2010/03/13 00:40:43 momjian Exp $
*/ */
#include "postgres_fe.h" #include "postgres_fe.h"
...@@ -566,7 +566,7 @@ main(int argc, char *argv[]) ...@@ -566,7 +566,7 @@ main(int argc, char *argv[])
break; break;
} }
if (optind == argc - 1 && strcmp(argv[optind], "=") == 0) if (optind == argc - 1 && strcmp(argv[optind], "=") == 0)
usage(stderr, EXIT_FAILURE); /* usage message by request */ usage(stderr, EXIT_FAILURE); /* usage message by request */
if (directory == NULL) if (directory == NULL)
directory = "data"; directory = "data";
if (yitcommand == NULL) if (yitcommand == NULL)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment