Commit dfd5151c authored by Peter Eisentraut's avatar Peter Eisentraut

Fix whitespace

parent 9e857436
...@@ -327,7 +327,7 @@ check_pghost_envvar(void) ...@@ -327,7 +327,7 @@ check_pghost_envvar(void)
if (!start) if (!start)
pg_fatal("out of memory\n"); pg_fatal("out of memory\n");
for (option = start; option->keyword != NULL; option++) for (option = start; option->keyword != NULL; option++)
{ {
if (option->envvar && (strcmp(option->envvar, "PGHOST") == 0 || if (option->envvar && (strcmp(option->envvar, "PGHOST") == 0 ||
......
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