1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Remove some trailing whitespace so git won't complain.

This commit is contained in:
Dave Wysochanski 2009-04-22 12:46:25 +00:00
parent 293b6f7eaa
commit efa62ff443
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -74,7 +74,7 @@ static int lvchange_permission(struct cmd_context *cmd,
goto out;
}
r = 1;
r = 1;
out:
backup(lv->vg);
return r;