Re: [Qemu-devel] [PATCH 1/6] target-i386/cpu.c: coding style fixes

2012-12-04 Thread Igor Mammedov
On Tue, 4 Dec 2012 17:34:38 -0200 Eduardo Habkost wrote: > - Use spaces instead of tabs on cpu_x86_cpuid(). > - Use braces on 'if' statement cpu_x86_find_by_name(). > > Signed-off-by: Eduardo Habkost > --- > target-i386/cpu.c | 28 +++- > 1 file changed, 15 insertions(

[Qemu-devel] [PATCH 1/6] target-i386/cpu.c: coding style fixes

2012-12-04 Thread Eduardo Habkost
- Use spaces instead of tabs on cpu_x86_cpuid(). - Use braces on 'if' statement cpu_x86_find_by_name(). Signed-off-by: Eduardo Habkost --- target-i386/cpu.c | 28 +++- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/target-i386/cpu.c b/target-i386/cpu.c in

[Qemu-devel] [PATCH 1/6] target-i386/cpu.c: coding style fixes

2012-12-04 Thread Eduardo Habkost
- Use spaces instead of tabs on cpu_x86_cpuid(). - Use braces on 'if' statement cpu_x86_find_by_name(). Signed-off-by: Eduardo Habkost --- target-i386/cpu.c | 28 +++- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/target-i386/cpu.c b/target-i386/cpu.c in