diff options
-rw-r--r-- | assert/test-assert-2.c | 2 | ||||
-rw-r--r-- | elf/tst-startup-errno.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/assert/test-assert-2.c b/assert/test-assert-2.c index 3288609..fddd883 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 59a1005..58cb933 100644 --- a/elf/tst-startup-errno.c +++ b/elf/tst-startup-errno.c @@ -55,4 +55,3 @@ main (void) return 0; } - |