From dfd5151c5800448a2be521797f95e1aa63d87b67 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 3 Dec 2013 22:57:08 -0500 Subject: [PATCH] Fix whitespace --- contrib/pg_upgrade/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 || -- 2.40.0