Re: [Qemu-devel] [PATCH v2 2/5] chardev: Indent list of chardevs

2018-11-05 Thread Marc-André Lureau
On Fri, Oct 19, 2018 at 8:49 PM Max Reitz wrote: > > Following the example of qemu_opts_print_help(), indent all entries in > the list of character devices. > > Signed-off-by: Max Reitz Reviewed-by: Marc-André Lureau > --- > chardev/char.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(

[Qemu-devel] [PATCH v2 2/5] chardev: Indent list of chardevs

2018-10-19 Thread Max Reitz
Following the example of qemu_opts_print_help(), indent all entries in the list of character devices. Signed-off-by: Max Reitz --- chardev/char.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chardev/char.c b/chardev/char.c index e115166995..10d44aaefc 100644 --- a/chardev/