ext4_bcache: fix return value of ext4_buf_lowest_lru (lba -> lru)
[lwext4.git] / lwext4 / ext4_ialloc.h
index f591f412fd38fcca1317b1bd7285a4dd621e4694..cea3fe6bb47f2bfdf7a9efc5860af325659fb589 100644 (file)
@@ -54,8 +54,7 @@ extern "C" {
  * @param bg block group
  * @param bitmap bitmap buffer
  */
-void ext4_ialloc_set_bitmap_csum(struct ext4_sblock *sb,
-                                struct ext4_bgroup *bg,
+void ext4_ialloc_set_bitmap_csum(struct ext4_sblock *sb, struct ext4_bgroup *bg,
                                 void *bitmap);
 
 /**@brief Free i-node number and modify filesystem data structers.
@@ -78,6 +77,7 @@ int ext4_ialloc_alloc_inode(struct ext4_fs *fs, uint32_t *index, bool is_dir);
 #ifdef __cplusplus
 }
 #endif
+
 #endif /* EXT4_IALLOC_H_ */
 
 /**