ext4: Drop whitespace at end of lines
authorTheodore Ts'o <tytso@mit.edu>
Mon, 17 May 2010 11:00:00 +0000 (07:00 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 17 May 2010 11:00:00 +0000 (07:00 -0400)
This patch was generated using:

#!/usr/bin/perl -i
while (<>) {
    s/[  ]+$//;
    print;
}

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found