From: Peter Eisentraut Date: Wed, 4 Dec 2013 03:57:08 +0000 (-0500) Subject: Fix whitespace X-Git-Tag: bdr/0.5~408 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=dfd5151c5800448a2be521797f95e1aa63d87b67;p=users%2Fandresfreund%2Fpostgres.git 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 ||