diff options
author | Bruce Momjian <bruce@momjian.us> | 2010-03-13 00:40:43 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2010-03-13 00:40:43 +0000 |
commit | 66b82c20d9686f6da2d7125bda4fe8d9c6db8428 (patch) | |
tree | 5684e2dbf5da8ba499bc161b97d53876f8bb28f6 /src | |
parent | c24b2ef21781d0c848bdbcef294c02e6902d6295 (diff) | |
download | postgresql-66b82c20d9686f6da2d7125bda4fe8d9c6db8428.tar.gz postgresql-66b82c20d9686f6da2d7125bda4fe8d9c6db8428.zip |
Small adjustment by pgindent.
Diffstat (limited to 'src')
-rw-r--r-- | src/timezone/zic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/timezone/zic.c b/src/timezone/zic.c index 50ce774535e..c401b00e655 100644 --- a/src/timezone/zic.c +++ b/src/timezone/zic.c @@ -3,7 +3,7 @@ * 2006-07-17 by Arthur David Olson. * * 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" @@ -566,7 +566,7 @@ main(int argc, char *argv[]) break; } 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) directory = "data"; if (yitcommand == NULL) |