krb5 commit: Don't output trailing whitespace in depfix.pl

Greg Hudson ghudson at MIT.EDU
Thu Dec 20 11:34:49 EST 2012


https://github.com/krb5/krb5/commit/bb76891f5386526bdf91bc790c614fc9296cb5fa
commit bb76891f5386526bdf91bc790c614fc9296cb5fa
Author: Greg Hudson <ghudson at mit.edu>
Date:   Thu Dec 20 11:27:49 2012 -0500

    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 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/util/depfix.pl b/src/util/depfix.pl
index f648da8..47ab810 100644
--- a/src/util/depfix.pl
+++ b/src/util/depfix.pl
@@ -187,7 +187,7 @@ sub split_lines {
 }
 
 print <<EOH ;
-# 
+#
 # Generated makefile dependencies follow.
 #
 EOH


More information about the cvs-krb5 mailing list