From 26365f2a5fcf549f7f15e88318596147ef3e1015 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 21 Jun 2013 14:06:22 +0200 Subject: [PATCH] recoverd: eliminate some trailing spaces from ctdb_election_win() Signed-off-by: Michael Adam (This used to be ctdb commit df30c0a05ed908fc2a997c56ff5484736b23b70f) --- ctdb/server/ctdb_recoverd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctdb/server/ctdb_recoverd.c b/ctdb/server/ctdb_recoverd.c index 55ccefdb9e0..f4702a99354 100644 --- a/ctdb/server/ctdb_recoverd.c +++ b/ctdb/server/ctdb_recoverd.c @@ -1977,12 +1977,12 @@ static bool ctdb_election_win(struct ctdb_recoverd *rec, struct election_message /* we cant win if we are banned */ if (rec->node_flags & NODE_FLAGS_BANNED) { return false; - } + } /* we cant win if we are stopped */ if (rec->node_flags & NODE_FLAGS_STOPPED) { return false; - } + } /* we will automatically win if the other node is banned */ if (em->node_flags & NODE_FLAGS_BANNED) { -- 2.11.4.GIT