stty: fix option parsing bug (spotted by Sascha Hauer <s.hauer@pengutronix.de>)
[oweals/busybox.git] / archival / tar.c
index 11a74dfe9722f1cadefbd5512d6fead6d2ad9d0e..79979b05f437f84316f6db50e1b7830da14b34f0 100644 (file)
@@ -676,7 +676,7 @@ static void handle_SIGCHLD(int status)
                /* child exited with 0 */
                return;
        /* Cannot happen?
-       if(!WIFSIGNALED(status) && !WIFEXITED(status)) return; */
+       if (!WIFSIGNALED(status) && !WIFEXITED(status)) return; */
        child_error = 1;
 }
 #endif