From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7844) id EF4DE3857367; Wed, 22 Jun 2022 18:22:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EF4DE3857367 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Noah Goldstein To: glibc-cvs@sourceware.org Subject: [glibc] stdlib: Remove trailing whitespace from Makefile X-Act-Checkin: glibc X-Git-Author: Noah Goldstein X-Git-Refname: refs/heads/master X-Git-Oldrev: dc30acf20bd635d71cd4c84100e842fdf0429e48 X-Git-Newrev: dd06af4f81be9e6d6b5e3a72357a51fa7205d856 Message-Id: <20220622182240.EF4DE3857367@sourceware.org> Date: Wed, 22 Jun 2022 18:22:40 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jun 2022 18:22:41 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=dd06af4f81be9e6d6b5e3a72357a51fa7205d856 commit dd06af4f81be9e6d6b5e3a72357a51fa7205d856 Author: Noah Goldstein Date: Wed Jun 22 10:53:33 2022 -0700 stdlib: Remove trailing whitespace from Makefile This causes precommit tests to fail when pushing commits that modify this file. Diff: --- 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