Re: [Qemu-devel] [PATCH] vl.c: optimized code format

2015-01-13 Thread Stefan Weil
Am 13.01.2015 um 10:38 schrieb Markus Armbruster: Zhang Min writes: From: Rudy Zhang There are several tab characters in the 'vl.c' file. It leads to to misalignment of the code. So, let the space instead of the tab. Signed-off-by: Rudy Zhang While we don't want tabs in new code, we gener

Re: [Qemu-devel] [PATCH] vl.c: optimized code format

2015-01-13 Thread Markus Armbruster
Zhang Min writes: > From: Rudy Zhang > > There are several tab characters in the 'vl.c' file. It leads to > to misalignment of the code. So, let the space instead of the tab. > > Signed-off-by: Rudy Zhang While we don't want tabs in new code, we generally leave existing ones alone until we nee

[Qemu-devel] [PATCH] vl.c: optimized code format

2015-01-12 Thread Zhang Min
From: Rudy Zhang There are several tab characters in the 'vl.c' file. It leads to to misalignment of the code. So, let the space instead of the tab. Signed-off-by: Rudy Zhang --- vl.c | 42 +- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git