Skip to content

Commit dfd5151

Browse files
committed
Fix whitespace
1 parent 9e85743 commit dfd5151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pg_upgrade/server.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ check_pghost_envvar(void)
327327

328328
if (!start)
329329
pg_fatal("out of memory\n");
330-
330+
331331
for (option = start; option->keyword != NULL; option++)
332332
{
333333
if (option->envvar && (strcmp(option->envvar, "PGHOST") == 0 ||

0 commit comments

Comments
 (0)