1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-24 17:57:48 +03:00

cleanup: indent

This commit is contained in:
Zdenek Kabelac 2014-05-21 23:10:02 +02:00
parent 3ac7d2deb4
commit aafd7c878c

View File

@ -769,7 +769,7 @@ int vg_reduce(struct volume_group *vg, const char *pv_name)
}
log_error("Unable to remove physical volume '%s' from "
"volume group '%s'.", pv_name, vg->name);
"volume group '%s'.", pv_name, vg->name);
return 0;
}