Trivial 4-space indentation fix. Signed-off-by: Eduardo Habkost <ehabk...@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 --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