um: remove a stray tab
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 25 Aug 2017 10:36:15 +0000 (13:36 +0300)
committerRichard Weinberger <richard@nod.at>
Wed, 13 Sep 2017 20:36:27 +0000 (22:36 +0200)
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>
arch/x86/um/os-Linux/tls.c

index 9d94b3b..ed8ea90 100644 (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;
                }
        }