1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-08-25 13:49:28 +03:00

Trim spaces on EOL

This commit is contained in:
Zdenek Kabelac
2011-09-16 11:53:14 +00:00
parent e377b78095
commit 94147f3f29

View File

@ -202,7 +202,7 @@ int check_lv_segments(struct logical_volume *lv, int complete_vg)
inc_error_count;
}
} else {
if (seg->pool_metadata_lv) {
if (seg->pool_metadata_lv) {
log_error("LV %s: segment %u must not have thin pool metadata LV set",
lv->name, seg_count);
inc_error_count;
@ -222,7 +222,7 @@ int check_lv_segments(struct logical_volume *lv, int complete_vg)
inc_error_count;
}
if (!seg->pool_lv) {
if (!seg->pool_lv) {
log_error("LV %s: segment %u is missing thin pool LV",
lv->name, seg_count);
inc_error_count;
@ -232,7 +232,7 @@ int check_lv_segments(struct logical_volume *lv, int complete_vg)
inc_error_count;
}
} else {
if (seg->pool_lv) {
if (seg->pool_lv) {
log_error("LV %s: segment %u must not have thin pool LV set",
lv->name, seg_count);
inc_error_count;