mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
cleanup: indent changes
This commit is contained in:
parent
f7d6614061
commit
d5d883d91b
@ -715,7 +715,7 @@ static int _finish_lvconvert_mirror(struct cmd_context *cmd,
|
||||
|
||||
log_very_verbose("Updating logical volume \"%s\" on disk(s)", lv->name);
|
||||
|
||||
if (!(_reload_lv(cmd, vg, lv)))
|
||||
if (!_reload_lv(cmd, vg, lv))
|
||||
return_0;
|
||||
|
||||
log_print_unless_silent("Logical volume %s converted.", lv->name);
|
||||
|
@ -1773,7 +1773,7 @@ int get_stripe_params(struct cmd_context *cmd, uint32_t *stripes, uint32_t *stri
|
||||
return 0;
|
||||
}
|
||||
|
||||
if(arg_uint64_value(cmd, stripesize_ARG, 0) > STRIPE_SIZE_LIMIT * 2) {
|
||||
if (arg_uint64_value(cmd, stripesize_ARG, 0) > STRIPE_SIZE_LIMIT * 2) {
|
||||
log_error("Stripe size cannot be larger than %s",
|
||||
display_size(cmd, (uint64_t) STRIPE_SIZE_LIMIT));
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user