mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Fix whitespace
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user