Fix whitespace

This commit is contained in:
Peter Eisentraut 2013-12-03 22:57:08 -05:00
parent 9e857436ef
commit dfd5151c58
1 changed files with 1 additions and 1 deletions

View File

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