racke / Template-Flute

Template::Flute - Modern designer-friendly HTML templating Engine
Other
11 stars 12 forks source link

Remove trailing whitespace #115

Open paultcochrane opened 9 years ago

paultcochrane commented 9 years ago

This is a purely non-functional change, which removes extra whitespace at the end of source code lines. This can be something which irritates some people, hence why I'm submitting it. Nevertheless, if you don't want to merge these changes, I can appreciate it, as to some people it's also completely superfluous :-) I've split the commits up so that they change only files under a) the lib dir, b) files under t and c) other, remaining files, thus the changes could be cherry-picked if so desired. Splitting things up should hopefully make it easier to analyse the diffs. By the way, the tests pass, so this hasn't changed any behaviour that I'm aware of.