From f3fc4e5afb5163ad1307c6af334ab96cbe43f00c Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Fri, 15 Feb 2019 19:58:35 +0900 Subject: [PATCH] Minor syntax formatting tweak For consistency. --- repmgr-action-standby.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/repmgr-action-standby.c b/repmgr-action-standby.c index d0516f92..07b1780b 100644 --- a/repmgr-action-standby.c +++ b/repmgr-action-standby.c @@ -291,7 +291,8 @@ do_standby_clone(void) */ check_source_server(); } - else { + else + { upstream_node_id = runtime_options.upstream_node_id; }