From efa62ff4431518770bcfd43cf09a88b1c7cb022a Mon Sep 17 00:00:00 2001 From: Dave Wysochanski Date: Wed, 22 Apr 2009 12:46:25 +0000 Subject: [PATCH] Remove some trailing whitespace so git won't complain. --- daemons/clogd/cluster.c | 4 ++-- tools/lvchange.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/daemons/clogd/cluster.c b/daemons/clogd/cluster.c index 63af0dd65..94e1c9ebe 100644 --- a/daemons/clogd/cluster.c +++ b/daemons/clogd/cluster.c @@ -1087,7 +1087,7 @@ static void cpg_message_callback(cpg_handle_t handle, struct cpg_name *gname, new->next = match->checkpoint_list; match->checkpoint_list = new; - } + } out: /* nothing happens after this point. It is just for debugging */ @@ -1281,7 +1281,7 @@ static void cpg_leave_callback(struct clog_cpg *match, j--; } } - match->checkpoints_needed = j; + match->checkpoints_needed = j; if (left->nodeid < my_cluster_id) { match->delay = (match->delay > 0) ? match->delay - 1 : 0; diff --git a/tools/lvchange.c b/tools/lvchange.c index f5832ee01..fb60f6bdd 100644 --- a/tools/lvchange.c +++ b/tools/lvchange.c @@ -74,7 +74,7 @@ static int lvchange_permission(struct cmd_context *cmd, goto out; } - r = 1; + r = 1; out: backup(lv->vg); return r;