From f61cf26333622203f7603ac1c271bc5b6c65a5ef Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Wed, 18 Sep 2013 23:43:17 +0400 Subject: [PATCH] simple.h: drop trailing whitespaces --- simple.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simple.h b/simple.h index 2c317fa..11639b6 100644 --- a/simple.h +++ b/simple.h @@ -36,11 +36,11 @@ struct simplefs_inode { const int SIMPLEFS_MAX_FILESYSTEM_OBJECTS_SUPPORTED = 64; /* min ( SIMPLEFS_DEFAULT_BLOCK_SIZE / sizeof(struct simplefs_inode), - sizeof(uint64_t) //The free_blocks tracker in the sb + sizeof(uint64_t) //The free_blocks tracker in the sb ); */ /* FIXME: Move the struct to its own file and not expose the members - * Always access using the simplefs_sb_* functions and + * Always access using the simplefs_sb_* functions and * do not access the members directly */ struct simplefs_super_block { uint64_t version;