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)
commit60e6679e28518ccd67169c4a539d8cc7490eb8a6
tree65f39d1e9da3006df5bc5532d0c8a7ec365599f0
parent4d92dc0f00a775dc2e1267b0e00befb783902fe7
ext4: Drop whitespace at end of lines

This patch was generated using:

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

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/block_validity.c
fs/ext4/ext4.h
fs/ext4/extents.c
fs/ext4/fsync.c
fs/ext4/inode.c
fs/ext4/ioctl.c
fs/ext4/mballoc.c
fs/ext4/namei.c
fs/ext4/super.c