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

Small indent change

This commit is contained in:
Zdenek Kabelac 2010-04-28 12:23:11 +00:00
parent 56a5925aed
commit 8b7fc0da11

View File

@ -316,7 +316,7 @@ int process_each_lv(struct cmd_context *cmd, int argc, char **argv,
strlen(vgname) == (size_t) (lv_name - vg_name)) {
if (!str_list_add(cmd->mem, &lvnames,
dm_pool_strdup(cmd->mem,
lv_name + 1))) {
lv_name + 1))) {
log_error("strlist allocation failed");
unlock_and_release_vg(cmd, vg, vgname);
return ECMD_FAILED;