From: Peter Eisentraut Date: Wed, 4 Dec 2013 03:57:08 +0000 (-0500) Subject: Fix whitespace X-Git-Tag: REL9_4_BETA1~829 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dfd5151c5800448a2be521797f95e1aa63d87b67;p=postgresql Fix whitespace --- diff --git a/contrib/pg_upgrade/server.c b/contrib/pg_upgrade/server.c index 7d2aa352c8..381096e3dd 100644 --- a/contrib/pg_upgrade/server.c +++ b/contrib/pg_upgrade/server.c @@ -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 ||