ref: 7ba4ef7df9c66fdbef6e797e0cf468e3103b79b8
parent: 7291e1280f7502e917eb1d1b975f6e055f205e3f
author: ngkaho1234 <ngkaho1234@gmail.com>
date: Sat Jan 16 08:19:58 EST 2016
ext4_fs: a space fix.
--- a/lwext4/ext4_fs.c
+++ b/lwext4/ext4_fs.c
@@ -1326,7 +1326,7 @@
ext4_fsblk_t current_fsblk;
int rc = ext4_extent_get_blocks(inode_ref, iblock, 1,
- ¤t_fsblk, extent_create, NULL);
+ ¤t_fsblk, extent_create, NULL);
if (rc != EOK)
return rc;