summaryrefslogtreecommitdiff
path: root/ext4_utils/indirect.h
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2010-06-20 23:22:12 -0700
committerColin Cross <ccross@android.com>2010-06-20 23:22:12 -0700
commit8aef66d2125af8de7672a12895276802fcc1948f (patch)
treef7a5c954b1c2377c4a141780f9d135e9281bad82 /ext4_utils/indirect.h
parent7a8bee7653c393d8da0e28668cb51d3ccab793e8 (diff)
downloadextras-8aef66d2125af8de7672a12895276802fcc1948f.tar.gz
Fix whitespace
Change-Id: I37da6c38cd33ae22a0578ed8e91650e35972bf6a
Diffstat (limited to 'ext4_utils/indirect.h')
-rw-r--r--ext4_utils/indirect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext4_utils/indirect.h b/ext4_utils/indirect.h
index e281b923..cee89790 100644
--- a/ext4_utils/indirect.h
+++ b/ext4_utils/indirect.h
@@ -21,7 +21,7 @@
void inode_allocate_indirect(struct ext4_inode *inode, unsigned long len);
u8 *inode_allocate_data_indirect(struct ext4_inode *inode, unsigned long len,
- unsigned long backing_len);
+ unsigned long backing_len);
void inode_attach_resize(struct ext4_inode *inode,
struct block_allocation *alloc);
void free_indirect_blocks();