Skip to content

Commit

Permalink
um: remove a stray tab
Browse files Browse the repository at this point in the history
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 <dan.carpenter@oracle.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
  • Loading branch information
Dan Carpenter authored and Richard Weinberger committed Sep 13, 2017
1 parent 39940db commit 7b24afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/um/os-Linux/tls.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ void check_host_supports_tls(int *supports_tls, int *tls_min)
continue;
else if (errno == ENOSYS)
*supports_tls = 0;
return;
return;
}
}

Expand Down

0 comments on commit 7b24afb

Please sign in to comment.