mirror of https://github.com/torvalds/linux.git
befs: remove trailing whitespaces
Removing all trailing whitespaces in befs. I was skeptic about tainting the history with this, but whitespace changes can be ignored by using 'git blame -w' and 'git log -w'. Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
This commit is contained in:
parent
50b00fc468
commit
e60f749b60
|
|
@ -4,4 +4,3 @@
|
||||||
|
|
||||||
struct buffer_head *befs_bread_iaddr(struct super_block *sb,
|
struct buffer_head *befs_bread_iaddr(struct super_block *sb,
|
||||||
befs_inode_addr iaddr);
|
befs_inode_addr iaddr);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue