diff --git a/assert/test-assert-2.c b/assert/test-assert-2.c index 3288609ab2..fddd883046 100644 --- a/assert/test-assert-2.c +++ b/assert/test-assert-2.c @@ -123,7 +123,7 @@ check_posix (const char *buf, int rv, int line, TEST_VERIFY (strstr (buf, linestr) != NULL); TEST_VERIFY (strstr (buf, funcname) != NULL); TEST_VERIFY (strstr (buf, testarg) != NULL); - + } static void diff --git a/elf/tst-startup-errno.c b/elf/tst-startup-errno.c index 59a1005fb6..58cb9333e7 100644 --- a/elf/tst-startup-errno.c +++ b/elf/tst-startup-errno.c @@ -55,4 +55,3 @@ main (void) return 0; } -