Re: [Qemu-devel] [PATCH] vl.c: fix some alignment issues

2015-01-11 Thread Marcel Apfelbaum
On 01/11/2015 12:06 PM, Stefan Weil wrote: Am 11.01.2015 um 10:37 schrieb Marcel Apfelbaum: The main's switch had a few cases misaligned. Signed-off-by: Marcel Apfelbaum --- vl.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) Reviewed-by: Stefan Weil The misalignmen

Re: [Qemu-devel] [PATCH] vl.c: fix some alignment issues

2015-01-11 Thread Stefan Weil
Am 11.01.2015 um 10:37 schrieb Marcel Apfelbaum: The main's switch had a few cases misaligned. Signed-off-by: Marcel Apfelbaum --- vl.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) Reviewed-by: Stefan Weil The misalignment was caused by tabs which were used instead

[Qemu-devel] [PATCH] vl.c: fix some alignment issues

2015-01-11 Thread Marcel Apfelbaum
The main's switch had a few cases misaligned. Signed-off-by: Marcel Apfelbaum --- vl.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/vl.c b/vl.c index 7786b2f..adfdbfd 100644 --- a/vl.c +++ b/vl.c @@ -3147,9 +3147,9 @@ int main(int argc, char **argv, char **env