]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
target-i386/cpu.c: Coding style fixes
authorEduardo Habkost <ehabkost@redhat.com>
Tue, 4 Dec 2012 19:34:38 +0000 (17:34 -0200)
committerAndreas Färber <afaerber@suse.de>
Thu, 6 Dec 2012 08:17:05 +0000 (09:17 +0100)
commit9f3fb5657b2133a408ccf40b4ab57dec9b4ce771
tree02cae104fccc687da50d2b4f0c54dfacab78af46
parent23e3fbec3355e67dbf26e98bbe33ef354097df8e
target-i386/cpu.c: Coding style fixes

- Use spaces instead of tabs on cpu_x86_cpuid().
- Use braces on 'if' statement cpu_x86_find_by_name().

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
target-i386/cpu.c