mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +03:00
fix a newline
This commit is contained in:
parent
2f7b799f89
commit
824d251972
@ -505,9 +505,10 @@ static int _status(int argc, char **argv, void *data)
|
|||||||
if (data && !_switches[VERBOSE_ARG])
|
if (data && !_switches[VERBOSE_ARG])
|
||||||
printf("%s: ", name);
|
printf("%s: ", name);
|
||||||
if (target_type) {
|
if (target_type) {
|
||||||
printf("%" PRIu64 " %" PRIu64 " %s %s\n",
|
printf("%" PRIu64 " %" PRIu64 " %s %s",
|
||||||
start, length, target_type, params);
|
start, length, target_type, params);
|
||||||
}
|
}
|
||||||
|
printf("\n");
|
||||||
} while (next);
|
} while (next);
|
||||||
|
|
||||||
if (data && _switches[VERBOSE_ARG])
|
if (data && _switches[VERBOSE_ARG])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user