kill superfluous returns at the end of void functions
This commit is contained in:
@@ -105,8 +105,6 @@ void ext2fs_set_bitmap_padding(ext2fs_generic_bitmap map)
|
||||
|
||||
for (i=map->end+1, j = i - map->start; i <= map->real_end; i++, j++)
|
||||
ext2fs_set_bit(j, map->bitmap);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
errcode_t ext2fs_allocate_inode_bitmap(ext2_filsys fs,
|
||||
|
@@ -178,7 +178,6 @@ void ext2fs_close_inode_scan(ext2_inode_scan scan)
|
||||
ext2fs_free_mem(&scan->temp_buffer);
|
||||
scan->temp_buffer = NULL;
|
||||
ext2fs_free_mem(&scan);
|
||||
return;
|
||||
}
|
||||
|
||||
void ext2fs_set_inode_callback(ext2_inode_scan scan,
|
||||
|
Reference in New Issue
Block a user