diff mbox

[qom-cpu,4/5] bsd-user/elfload.c: Coding style fix

Message ID 20130416190615.GQ6862@otherpad.lan.raisama.net
State New
Headers show

Commit Message

Eduardo Habkost April 16, 2013, 7:06 p.m. UTC
Trivial 4-space indentation fix.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
---
Sending this so Andreas doesn't have to fix the indentation himself
before applying.

 bsd-user/elfload.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/bsd-user/elfload.c b/bsd-user/elfload.c
index a6cd3ab..8c33705 100644
--- a/bsd-user/elfload.c
+++ b/bsd-user/elfload.c
@@ -110,7 +110,7 @@  static const char *get_elf_platform(void)
 
 static uint32_t get_elf_hwcap(void)
 {
-  return thread_env->cpuid_features;
+    return thread_env->cpuid_features;
 }
 
 #ifdef TARGET_X86_64