git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d92dc0
)
ext4: Drop whitespace at end of lines
author
Theodore Ts'o
<tytso@mit.edu>
Mon, 17 May 2010 11:00:00 +0000
(07:00 -0400)
committer
Theodore 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