]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Pass glibc pre-commit checks
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 1 Jan 2025 19:16:35 +0000 (11:16 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 1 Jan 2025 19:20:43 +0000 (11:20 -0800)
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
elf/tst-startup-errno.c

index 3288609ab28701eddedd65716856c86a5a54b382..fddd883046929beb060227d5e816b9b6eba20d49 100644 (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
index 59a1005fb674a5c3822dceaabb0d445f19d69d57..58cb9333e7e5a4055b160b0833eb9378953c66e6 100644 (file)
@@ -55,4 +55,3 @@ main (void)
 
   return 0;
 }
-