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:
parent
293b6f7eaa
commit
efa62ff443
@ -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;
|
||||
|
@ -74,7 +74,7 @@ static int lvchange_permission(struct cmd_context *cmd,
|
||||
goto out;
|
||||
}
|
||||
|
||||
r = 1;
|
||||
r = 1;
|
||||
out:
|
||||
backup(lv->vg);
|
||||
return r;
|
||||
|
Loading…
Reference in New Issue
Block a user