Commit 60e6679e authored by Theodore Ts'o's avatar Theodore Ts'o

ext4: Drop whitespace at end of lines

This patch was generated using:

#!/usr/bin/perl -i
while (<>) {
    s/[ 	]+$//;
    print;
}
Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent 4d92dc0f
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment