From: Dmitry V. Levin Date: Thu, 21 Apr 2016 21:23:34 +0000 (+0000) Subject: tests/setugid.c: cleanup X-Git-Tag: v4.12~322 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b52ac3134018e2072b20a4201da8da30921d9c7;p=strace tests/setugid.c: cleanup --- diff --git a/tests/setugid.c b/tests/setugid.c index 46e6e995..dd6b921a 100644 --- a/tests/setugid.c +++ b/tests/setugid.c @@ -87,8 +87,7 @@ main(void) printf("%u", num); errno = saved_errno; if (expected) - printf(") = -1 %s (%m)\n", - errno2name()); + printf(") = -1 %s (%m)\n", errno2name()); else printf(") = 0\n"); }