Commit 9ee9ca54 authored by Peter Eisentraut's avatar Peter Eisentraut

Fix whitespace

parent ea9b8abd
...@@ -241,7 +241,7 @@ parseCommandLine(int argc, char *argv[]) ...@@ -241,7 +241,7 @@ parseCommandLine(int argc, char *argv[])
strlcpy(new_cluster_pgdata, new_cluster.pgdata, MAXPGPATH); strlcpy(new_cluster_pgdata, new_cluster.pgdata, MAXPGPATH);
canonicalize_path(new_cluster_pgdata); canonicalize_path(new_cluster_pgdata);
if (!getcwd(cwd, MAXPGPATH)) if (!getcwd(cwd, MAXPGPATH))
pg_fatal("cannot find current directory\n"); pg_fatal("cannot find current directory\n");
canonicalize_path(cwd); canonicalize_path(cwd);
......
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