From e60f749b60979e333764b8e9143aad7a7bdea0fa Mon Sep 17 00:00:00 2001 From: Luis de Bethencourt Date: Thu, 10 Nov 2016 11:25:36 +0000 Subject: 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 --- fs/befs/befs_fs_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fs/befs/befs_fs_types.h') 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! */ -- cgit v1.2.3