over at http://drupal.org/node/18920, chx posted a patch that included a bunch of whitespace fixes unrelated to his patch. i'd rather deal with those separately. he promised to post the patch if i made the issue. ;)

Comments

dww’s picture

Status: Active » Fixed

chx emailed me the patch (since d.o was down when it was ready). however to "backport" this, i just wrote the following perl 1-liner:

perl -pi.orig -e 's/^(.*\S+)(\s+)$/$1\n/g;' *.inc *.module *.install

Anyway, committed the fix to HEAD, DRUPAL-4-7--2 and DRUPAL-4-7.

Anonymous’s picture

Status: Fixed » Closed (fixed)