From 4ed72eb9017a7cd4e74d908c403be38001d6aee3 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 20 Nov 2019 15:13:01 +0900 Subject: [PATCH] Minor formatting fix --- 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 3ee914dc..6c0d2872 100644 --- a/repmgr-action-standby.c +++ b/repmgr-action-standby.c @@ -7704,7 +7704,8 @@ sibling_nodes_follow(t_node_info *local_node_record, NodeInfoList *sibling_nodes log_warning(_("STANDBY FOLLOW failed on node \"%s\""), cell->node_info->node_name); } - failed_follow_count++; + + failed_follow_count++; } termPQExpBuffer(&command_output);