]> granicus.if.org Git - strace/blobdiff - tests/unix-pair-sendto-recvfrom.c
tests: extend TEST_NETLINK_OBJECT macro
[strace] / tests / unix-pair-sendto-recvfrom.c
index cea382c9ef90b0d15a2112362a063368bce4794b..a0c710ac99279e081f05d993e86c69168d6c876a 100644 (file)
@@ -71,7 +71,7 @@ main(int ac, char **av)
                assert(recvfrom(0, av[1], len, MSG_WAITALL, NULL, NULL) == len);
                assert(close(0) == 0);
 
-                int status;
+               int status;
                assert(waitpid(pid, &status, 0) == pid);
                assert(status == 0);
        } else {