From: Paul Eggert Date: Wed, 1 Jan 2025 19:16:35 +0000 (-0800) Subject: Pass glibc pre-commit checks X-Git-Tag: glibc-2.41~183 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b1da163a2129a6a07037a326c8c514d7a7eab191;p=thirdparty%2Fglibc.git Pass glibc pre-commit checks This is needed for the next patch which updates copyright dates. * assert/test-assert-2.c: Remove trailing white space. * elf/tst-startup-errno.c: Remove trailing empty lines. --- 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; } -