From: Greg Hudson Date: Thu, 20 Dec 2012 16:27:49 +0000 (-0500) Subject: Don't output trailing whitespace in depfix.pl X-Git-Tag: krb5-1.12-alpha1~394 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb76891f5386526bdf91bc790c614fc9296cb5fa;p=thirdparty%2Fkrb5.git 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. --- diff --git a/src/util/depfix.pl b/src/util/depfix.pl index f648da8948..47ab8107ba 100644 --- a/src/util/depfix.pl +++ b/src/util/depfix.pl @@ -187,7 +187,7 @@ sub split_lines { } print <