| commit | 60e6679e28518ccd67169c4a539d8cc7490eb8a6 | [log] [tgz] |
|---|---|---|
| author | Theodore Ts'o <tytso@mit.edu> | Mon May 17 07:00:00 2010 -0400 |
| committer | Theodore Ts'o <tytso@mit.edu> | Mon May 17 07:00:00 2010 -0400 |
| tree | 65f39d1e9da3006df5bc5532d0c8a7ec365599f0 | |
| parent | 4d92dc0f00a775dc2e1267b0e00befb783902fe7 [diff] |
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>