1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

man: clean

Both branches printed new line.
This commit is contained in:
Zdenek Kabelac 2024-11-20 13:44:35 +01:00
parent ebadd3ccc6
commit 03a3863804

View File

@ -538,12 +538,10 @@ static void _print_man_usage(char *lvmname, struct command *cmd)
_print_def_man(cname, 0, &cmd->required_pos_args[rp].def, 1, lv_type_bits ? NULL : &lv_type_bits);
}
}
printf("\n");
} else {
printf("\n");
}
printf("\n");
if (need_ro_indent_end)
printf(".RE\n");