diff options
author | Noah Goldstein <goldstein.w.n@gmail.com> | 2022-06-22 10:53:33 -0700 |
---|---|---|
committer | Noah Goldstein <goldstein.w.n@gmail.com> | 2022-06-22 11:12:25 -0700 |
commit | dd06af4f81be9e6d6b5e3a72357a51fa7205d856 (patch) | |
tree | 9b8a8ba88bce59aa315b27110055d007fc67410b /stdlib | |
parent | dc30acf20bd635d71cd4c84100e842fdf0429e48 (diff) | |
download | glibc-dd06af4f81be9e6d6b5e3a72357a51fa7205d856.zip glibc-dd06af4f81be9e6d6b5e3a72357a51fa7205d856.tar.gz glibc-dd06af4f81be9e6d6b5e3a72357a51fa7205d856.tar.bz2 |
stdlib: Remove trailing whitespace from Makefile
This causes precommit tests to fail when pushing commits that modify
this file.
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index 60fc59c..adbda5f 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -341,7 +341,7 @@ aux += \ tests-extras += \ tst-putenvmod \ # tests-extras - + extra-test-objs += \ tst-putenvmod.os \ # extra-test-objs |