]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Don't output trailing whitespace in depfix.pl
authorGreg Hudson <ghudson@mit.edu>
Thu, 20 Dec 2012 16:27:49 +0000 (11:27 -0500)
committerGreg Hudson <ghudson@mit.edu>
Thu, 20 Dec 2012 16:27:49 +0000 (11:27 -0500)
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

index f648da894830bcb23fb807d2a23455693264d4cf..47ab8107bae42232467e5d43bd81fb71ee8b0c9f 100644 (file)
@@ -187,7 +187,7 @@ sub split_lines {
 }
 
 print <<EOH ;
-# 
+#
 # Generated makefile dependencies follow.
 #
 EOH