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 <dan.carpenter@oracle.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
Dan Carpenter 2017-08-25 13:36:15 +03:00 committed by Richard Weinberger
parent 39940dbcaa
commit 7b24afbfe3
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}