From b1da163a2129a6a07037a326c8c514d7a7eab191 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 1 Jan 2025 11:16:35 -0800 Subject: [PATCH] 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. --- assert/test-assert-2.c | 2 +- elf/tst-startup-errno.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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; } -