From dd06af4f81be9e6d6b5e3a72357a51fa7205d856 Mon Sep 17 00:00:00 2001 From: Noah Goldstein Date: Wed, 22 Jun 2022 10:53:33 -0700 Subject: stdlib: Remove trailing whitespace from Makefile This causes precommit tests to fail when pushing commits that modify this file. --- stdlib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib') 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 -- cgit v1.2.1