diff options
author | Luis de Bethencourt <luisbg@osg.samsung.com> | 2016-11-10 11:25:36 +0000 |
---|---|---|
committer | Luis de Bethencourt <luisbg@osg.samsung.com> | 2016-12-22 11:25:23 +0000 |
commit | e60f749b60979e333764b8e9143aad7a7bdea0fa (patch) | |
tree | ca179e31066fd2d483e7b484e2a2c8baede06610 /fs/befs/io.h | |
parent | 50b00fc468ddf9cb47a00b62c25fcbf86fcce56f (diff) | |
download | linux-e60f749b60979e333764b8e9143aad7a7bdea0fa.tar.bz2 |
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>
Diffstat (limited to 'fs/befs/io.h')
-rw-r--r-- | fs/befs/io.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/befs/io.h b/fs/befs/io.h index 78d7bc6e60de..9b3e1967cb31 100644 --- a/fs/befs/io.h +++ b/fs/befs/io.h @@ -4,4 +4,3 @@ struct buffer_head *befs_bread_iaddr(struct super_block *sb, befs_inode_addr iaddr); - |