diff options
| author | Greg Hudson <ghudson@mit.edu> | 2012-12-20 11:27:49 -0500 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2012-12-20 11:27:49 -0500 |
| commit | bb76891f5386526bdf91bc790c614fc9296cb5fa (patch) | |
| tree | a2179a755dddbeb727e3d17098492325e4e4f94b /src | |
| parent | 632260bd1fccfb420f0827b59c85c329203eafc9 (diff) | |
| download | krb5-bb76891f5386526bdf91bc790c614fc9296cb5fa.tar.gz krb5-bb76891f5386526bdf91bc790c614fc9296cb5fa.tar.xz krb5-bb76891f5386526bdf91bc790c614fc9296cb5fa.zip | |
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.
Diffstat (limited to 'src')
| -rw-r--r-- | 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 f648da894..47ab8107b 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 |
