Message ID | 20220622175333.736342-1-goldstein.w.n@gmail.com |
---|---|
State | New |
Headers | show |
Series | [v1] stdlib: Remove trailing whitespace from Makefile | expand |
On Wed, Jun 22, 2022 at 10:53 AM Noah Goldstein <goldstein.w.n@gmail.com> wrote: > > This causes precommit tests to fail when pushing commits that modify > this file. > --- > stdlib/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/stdlib/Makefile b/stdlib/Makefile > index 60fc59c12c..adbda5f8a5 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 > -- > 2.34.1 > LGTM. Thanks.
diff --git a/stdlib/Makefile b/stdlib/Makefile index 60fc59c12c..adbda5f8a5 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