Commit 7b24afbf authored by Dan Carpenter's avatar Dan Carpenter Committed by Richard Weinberger

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: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 39940dbc
...@@ -37,7 +37,7 @@ void check_host_supports_tls(int *supports_tls, int *tls_min) ...@@ -37,7 +37,7 @@ void check_host_supports_tls(int *supports_tls, int *tls_min)
continue; continue;
else if (errno == ENOSYS) else if (errno == ENOSYS)
*supports_tls = 0; *supports_tls = 0;
return; return;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment