qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Eduardo Habkost
Subject: [Qemu-devel] [PATCH qom-cpu 4/5] bsd-user/elfload.c: Coding style fix
Date: Tue, 16 Apr 2013 16:06:15 -0300
User-agent: Mutt/1.5.21 (2010-09-15)

Trivial 4-space indentation fix.

Signed-off-by: Eduardo Habkost <address@hidden>
---
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 --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
-- 
1.8.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]