1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

fix a newline

This commit is contained in:
Alasdair Kergon 2004-07-03 18:15:14 +00:00
parent 2f7b799f89
commit 824d251972

View File

@ -505,9 +505,10 @@ static int _status(int argc, char **argv, void *data)
if (data && !_switches[VERBOSE_ARG])
printf("%s: ", name);
if (target_type) {
printf("%" PRIu64 " %" PRIu64 " %s %s\n",
printf("%" PRIu64 " %" PRIu64 " %s %s",
start, length, target_type, params);
}
printf("\n");
} while (next);
if (data && _switches[VERBOSE_ARG])