[27441] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

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

daemon@ATHENA.MIT.EDU (Greg Hudson)
Thu Dec 20 11:34:52 2012

Date: Thu, 20 Dec 2012 11:34:49 -0500
From: Greg Hudson <ghudson@mit.edu>
Message-Id: <201212201634.qBKGYnQt002610@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/bb76891f5386526bdf91bc790c614fc9296cb5fa
commit bb76891f5386526bdf91bc790c614fc9296cb5fa
Author: Greg Hudson <ghudson@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
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post