From b6ebd34e2f664949b096d1f0eebb68b726238307 Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 3 Jun 2016 20:20:22 -0300 Subject: [PATCH] Some other indentation fixes found --- repmgrd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/repmgrd.c b/repmgrd.c index d0f7af51..8217baf6 100644 --- a/repmgrd.c +++ b/repmgrd.c @@ -1140,8 +1140,8 @@ do_master_failover(void) */ t_node_info nodes[FAILOVER_NODES_MAX_CHECK]; - /* Store details of the failed node here */ - t_node_info failed_master = T_NODE_INFO_INITIALIZER; + /* Store details of the failed node here */ + t_node_info failed_master = T_NODE_INFO_INITIALIZER; /* Store details of the best candidate for promotion to master here */ t_node_info best_candidate = T_NODE_INFO_INITIALIZER; @@ -1151,7 +1151,7 @@ do_master_failover(void) "SELECT id, conninfo, type, upstream_node_id " " FROM %s.repl_nodes " " WHERE cluster = '%s' " - " AND active IS TRUE " + " AND active IS TRUE " " AND priority > 0 " " ORDER BY priority DESC, id " " LIMIT %i ",