Add #ifdef __cplusplus to all header files
[lwext4.git] / lwext4 / ext4_ialloc.h
index 3b518a703866b958337e312a9c7dc08d508fdf29..cea3fe6bb47f2bfdf7a9efc5860af325659fb589 100644 (file)
@@ -77,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_ */
 
 /**