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

cleanup: fix tabs

This commit is contained in:
Zdenek Kabelac 2013-05-30 17:56:02 +02:00
parent a766ea16b8
commit 6f9366696c

View File

@ -310,7 +310,7 @@ static int _update_extents_params(struct volume_group *vg,
extents = cow_max_extents(origin, lp->chunk_size);
if (extents < lp->extents) {
log_print_unless_silent("Reducing COW size %s down to maximum usable size %s.",
log_print_unless_silent("Reducing COW size %s down to maximum usable size %s.",
display_size(vg->cmd, (uint64_t) vg->extent_size * lp->extents),
display_size(vg->cmd, (uint64_t) vg->extent_size * extents));
lp->extents = extents;