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/inode.h | |
parent | 50b00fc468ddf9cb47a00b62c25fcbf86fcce56f (diff) |
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/inode.h')
-rw-r--r-- | fs/befs/inode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/befs/inode.h b/fs/befs/inode.h index 0598f3fffc1c..2219e412f49b 100644 --- a/fs/befs/inode.h +++ b/fs/befs/inode.h @@ -1,6 +1,6 @@ /* * inode.h - * + * */ int befs_check_inode(struct super_block *sb, befs_inode *raw_inode, |