diff options
author | timr <timr@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-01-25 00:08:53 +0000 |
---|---|---|
committer | timr <timr@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-01-25 00:08:53 +0000 |
commit | fd8222f9b9db2a783b17ec9c59cf3fc22a4e4586 (patch) | |
tree | 5f329b7d0c7f20ecced0dc7581a9ba6dc720d965 /e2fsprogs/ext2fs/rs_bitmap.c | |
parent | 45d75f9ecc8f2b582407059da7d414f990ced68a (diff) | |
download | busybox-w32-fd8222f9b9db2a783b17ec9c59cf3fc22a4e4586.tar.gz busybox-w32-fd8222f9b9db2a783b17ec9c59cf3fc22a4e4586.tar.bz2 busybox-w32-fd8222f9b9db2a783b17ec9c59cf3fc22a4e4586.zip |
just whitespace
git-svn-id: svn://busybox.net/trunk/busybox@13584 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'e2fsprogs/ext2fs/rs_bitmap.c')
-rw-r--r-- | e2fsprogs/ext2fs/rs_bitmap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/e2fsprogs/ext2fs/rs_bitmap.c b/e2fsprogs/ext2fs/rs_bitmap.c index 46653f0ec..c2e51e021 100644 --- a/e2fsprogs/ext2fs/rs_bitmap.c +++ b/e2fsprogs/ext2fs/rs_bitmap.c | |||
@@ -53,7 +53,7 @@ errcode_t ext2fs_resize_generic_bitmap(__u32 new_end, __u32 new_real_end, | |||
53 | bmap->end = new_end; | 53 | bmap->end = new_end; |
54 | return 0; | 54 | return 0; |
55 | } | 55 | } |
56 | 56 | ||
57 | size = ((bmap->real_end - bmap->start) / 8) + 1; | 57 | size = ((bmap->real_end - bmap->start) / 8) + 1; |
58 | new_size = ((new_real_end - bmap->start) / 8) + 1; | 58 | new_size = ((new_real_end - bmap->start) / 8) + 1; |
59 | 59 | ||
@@ -74,7 +74,7 @@ errcode_t ext2fs_resize_inode_bitmap(__u32 new_end, __u32 new_real_end, | |||
74 | ext2fs_inode_bitmap bmap) | 74 | ext2fs_inode_bitmap bmap) |
75 | { | 75 | { |
76 | errcode_t retval; | 76 | errcode_t retval; |
77 | 77 | ||
78 | if (!bmap) | 78 | if (!bmap) |
79 | return EXT2_ET_INVALID_ARGUMENT; | 79 | return EXT2_ET_INVALID_ARGUMENT; |
80 | 80 | ||
@@ -91,7 +91,7 @@ errcode_t ext2fs_resize_block_bitmap(__u32 new_end, __u32 new_real_end, | |||
91 | ext2fs_block_bitmap bmap) | 91 | ext2fs_block_bitmap bmap) |
92 | { | 92 | { |
93 | errcode_t retval; | 93 | errcode_t retval; |
94 | 94 | ||
95 | if (!bmap) | 95 | if (!bmap) |
96 | return EXT2_ET_INVALID_ARGUMENT; | 96 | return EXT2_ET_INVALID_ARGUMENT; |
97 | 97 | ||