aboutsummaryrefslogtreecommitdiff
path: root/contrib/pg_upgrade/option.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2014-08-15 14:52:06 -0400
committerPeter Eisentraut <peter_e@gmx.net>2014-08-15 14:52:06 -0400
commit9ee9ca545bda210fec78381e8ad4ad1e1618b67c (patch)
tree59302bd3bdaa969b448c7d8eacab3ba2f560c0a7 /contrib/pg_upgrade/option.c
parentea9b8abd6f457706a3501849d21587af178113a1 (diff)
downloadpostgresql-9ee9ca545bda210fec78381e8ad4ad1e1618b67c.tar.gz
postgresql-9ee9ca545bda210fec78381e8ad4ad1e1618b67c.zip
Fix whitespace
Diffstat (limited to 'contrib/pg_upgrade/option.c')
-rw-r--r--contrib/pg_upgrade/option.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pg_upgrade/option.c b/contrib/pg_upgrade/option.c
index ac73ec11a53..bb594dd2f69 100644
--- a/contrib/pg_upgrade/option.c
+++ b/contrib/pg_upgrade/option.c
@@ -241,7 +241,7 @@ parseCommandLine(int argc, char *argv[])
strlcpy(new_cluster_pgdata, new_cluster.pgdata, MAXPGPATH);
canonicalize_path(new_cluster_pgdata);
-
+
if (!getcwd(cwd, MAXPGPATH))
pg_fatal("cannot find current directory\n");
canonicalize_path(cwd);