From bb76891f5386526bdf91bc790c614fc9296cb5fa Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Thu, 20 Dec 2012 11:27:49 -0500 Subject: Don't output trailing whitespace in depfix.pl All of our deps files have a trailing space in the first line, originating from depfix.pl. This space triggers the whitespace checker when generating a new deps file. Get rid of the trailing whitespace in the script; the change will be reflected in the deps files the next time they are regenerated. --- src/util/depfix.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/util/depfix.pl b/src/util/depfix.pl index f648da894..47ab8107b 100644 --- a/src/util/depfix.pl +++ b/src/util/depfix.pl @@ -187,7 +187,7 @@ sub split_lines { } print <