summaryrefslogtreecommitdiff
path: root/fs/befs/befs_fs_types.h
diff options
context:
space:
mode:
authorLuis de Bethencourt <luisbg@osg.samsung.com>2016-11-10 11:25:36 +0000
committerLuis de Bethencourt <luisbg@osg.samsung.com>2016-12-22 11:25:23 +0000
commite60f749b60979e333764b8e9143aad7a7bdea0fa (patch)
treeca179e31066fd2d483e7b484e2a2c8baede06610 /fs/befs/befs_fs_types.h
parent50b00fc468ddf9cb47a00b62c25fcbf86fcce56f (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/befs_fs_types.h')
-rw-r--r--fs/befs/befs_fs_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/befs/befs_fs_types.h b/fs/befs/befs_fs_types.h
index eda332593ecc..69c9d8cde955 100644
--- a/fs/befs/befs_fs_types.h
+++ b/fs/befs/befs_fs_types.h
@@ -79,7 +79,7 @@ enum inode_flags {
BEFS_INODE_WAS_WRITTEN = 0x00020000,
BEFS_NO_TRANSACTION = 0x00040000,
};
-/*
+/*
* On-Disk datastructures of BeFS
*/
@@ -139,7 +139,7 @@ typedef struct {
} PACKED befs_super_block;
-/*
+/*
* Note: the indirect and dbl_indir block_runs may
* be longer than one block!
*/