Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9ee9ca5

Browse files
committed
Fix whitespace
1 parent ea9b8ab commit 9ee9ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pg_upgrade/option.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ parseCommandLine(int argc, char *argv[])
241241

242242
strlcpy(new_cluster_pgdata, new_cluster.pgdata, MAXPGPATH);
243243
canonicalize_path(new_cluster_pgdata);
244-
244+
245245
if (!getcwd(cwd, MAXPGPATH))
246246
pg_fatal("cannot find current directory\n");
247247
canonicalize_path(cwd);

0 commit comments

Comments
 (0)