Re: [Qemu-devel] [PATCH qom-cpu 1/2] target-i386/cpu.c: Coding style fixes

2013-01-15 Thread Igor Mammedov
On Fri, 11 Jan 2013 00:18:09 -0200 Eduardo Habkost wrote: > * Add braces to 'if' statements; > * Remove last TAB character from the source. > > Signed-off-by: Eduardo Habkost Reviewed-By: Igor Mammedov > --- > target-i386/cpu.c | 7 --- > 1 file changed, 4 insertions(+), 3 deletions(-)

[Qemu-devel] [PATCH qom-cpu 1/2] target-i386/cpu.c: Coding style fixes

2013-01-10 Thread Eduardo Habkost
* Add braces to 'if' statements; * Remove last TAB character from the source. Signed-off-by: Eduardo Habkost --- target-i386/cpu.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/target-i386/cpu.c b/target-i386/cpu.c index 9a48e3f..0b44dea 100644 --- a/target-i386/cp