summaryrefslogtreecommitdiff
path: root/ext4_utils/extent.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/extent.h
parent7a8bee7653c393d8da0e28668cb51d3ccab793e8 (diff)
downloadextras-8aef66d2125af8de7672a12895276802fcc1948f.tar.gz
Fix whitespace
Change-Id: I37da6c38cd33ae22a0578ed8e91650e35972bf6a
Diffstat (limited to 'ext4_utils/extent.h')
-rw-r--r--ext4_utils/extent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext4_utils/extent.h b/ext4_utils/extent.h
index 5456a86f..a1ddeb15 100644
--- a/ext4_utils/extent.h
+++ b/ext4_utils/extent.h
@@ -22,9 +22,9 @@
void inode_allocate_extents(struct ext4_inode *inode, u64 len);
void inode_allocate_file_extents(struct ext4_inode *inode, u64 len,
- const char *filename);
+ const char *filename);
u8 *inode_allocate_data_extents(struct ext4_inode *inode, u64 len,
- u64 backing_len);
+ u64 backing_len);
void free_extent_blocks();
#endif