Skip to content

Commit 7b24afb

Browse files
Dan Carpenterrichardweinberger
authored andcommitted
um: remove a stray tab
Static checkers would urge us to add curly braces to this code, but actually the code works correctly. It just isn't indented right. Signed-off-by: Dan Carpenter <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
1 parent 39940db commit 7b24afb

File tree

1 file changed

+1
-1
lines changed
  • arch/x86/um/os-Linux

1 file changed

+1
-1
lines changed

arch/x86/um/os-Linux/tls.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ void check_host_supports_tls(int *supports_tls, int *tls_min)
3737
continue;
3838
else if (errno == ENOSYS)
3939
*supports_tls = 0;
40-
return;
40+
return;
4141
}
4242
}
4343

0 commit comments

Comments
 (0)