Skip to content

Commit

Permalink
Don't output trailing whitespace in depfix.pl
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
greghudson committed Dec 20, 2012
1 parent 632260b commit bb76891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/depfix.pl
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ sub split_lines {
}

print <<EOH ;
#
#
# Generated makefile dependencies follow.
#
EOH
Expand Down

0 comments on commit bb76891

Please sign in to comment.