diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2025-01-01 11:16:35 -0800 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2025-01-01 11:20:43 -0800 |
| commit | b1da163a2129a6a07037a326c8c514d7a7eab191 (patch) | |
| tree | 6ef0939dceec099f97a081864f595069fb30de81 /assert | |
| parent | 013106ae677af9836614ace1a01d25b63fa555a7 (diff) | |
| download | glibc-b1da163a2129a6a07037a326c8c514d7a7eab191.tar.xz glibc-b1da163a2129a6a07037a326c8c514d7a7eab191.zip | |
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.
Diffstat (limited to 'assert')
| -rw-r--r-- | assert/test-assert-2.c | 2 |
1 files changed, 1 insertions, 1 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 |
