Re: [Qemu-devel] [PATCH v4 01/19] qapi: Consistent whitespace in tests/Makefile

2014-09-22 Thread Markus Armbruster
Eric Blake writes: > tests/Makefile had a mix of TAB vs. 8-space indentation; given > that it is a Makefile, TAB is more idiomatic even though in these > particular cases the choice of whitespace didn't matter. > > Signed-off-by: Eric Blake Reviewed-by: Markus Armbruster

[Qemu-devel] [PATCH v4 01/19] qapi: Consistent whitespace in tests/Makefile

2014-09-19 Thread Eric Blake
tests/Makefile had a mix of TAB vs. 8-space indentation; given that it is a Makefile, TAB is more idiomatic even though in these particular cases the choice of whitespace didn't matter. Signed-off-by: Eric Blake --- tests/Makefile | 32 1 file changed, 16 inserti