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.
This commit is contained in:
Paul Eggert 2025-01-01 11:16:35 -08:00
parent 013106ae67
commit b1da163a21
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -55,4 +55,3 @@ main (void)
return 0;
}