Fix whitespace

This commit is contained in:
Peter Eisentraut 2014-08-15 14:52:06 -04:00
parent ea9b8abd6f
commit 9ee9ca545b
1 changed files with 1 additions and 1 deletions

View File

@ -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);