diff options
author | Luis de Bethencourt <luisbg@osg.samsung.com> | 2016-11-10 14:25:36 +0300 |
---|---|---|
committer | Luis de Bethencourt <luisbg@osg.samsung.com> | 2016-12-22 14:25:23 +0300 |
commit | e60f749b60979e333764b8e9143aad7a7bdea0fa (patch) | |
tree | ca179e31066fd2d483e7b484e2a2c8baede06610 /fs/befs/btree.h | |
parent | 50b00fc468ddf9cb47a00b62c25fcbf86fcce56f (diff) | |
download | linux-e60f749b60979e333764b8e9143aad7a7bdea0fa.tar.xz |
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/btree.h')
-rw-r--r-- | fs/befs/btree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/befs/btree.h b/fs/befs/btree.h index 3da90f56cfd4..60c6c728e64e 100644 --- a/fs/befs/btree.h +++ b/fs/befs/btree.h @@ -1,6 +1,6 @@ /* * btree.h - * + * */ int befs_btree_find(struct super_block *sb, const befs_data_stream *ds, |