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

tiny tidying

This commit is contained in:
Heinz Mauelshagen 2002-11-28 15:27:59 +00:00
parent 8b46b545c6
commit 62ef058497

View File

@ -141,10 +141,8 @@ void _print(struct device *dev, uint64_t size, char *what)
char *dummy = display_size(size / 2, SIZE_SHORT); char *dummy = display_size(size / 2, SIZE_SHORT);
const char *name = dev_name(dev); const char *name = dev_name(dev);
if (!what) { if (!what)
what = ""; what = "";
}
log_print("%-*s [%15s] %s", max_len, name, dummy, what); log_print("%-*s [%15s] %s", max_len, name, dummy, what);
dbg_free(dummy); dbg_free(dummy);