Skip to content
Snippets Groups Projects
Commit dfd5151c authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Fix whitespace

parent 9e857436
No related branches found
No related tags found
No related merge requests found
...@@ -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 ||
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment