struct inode *btrfs_iget(struct super_block *s, struct btrfs_key *location,
                         struct btrfs_root *root, int *was_new);
 struct extent_map *btrfs_get_extent(struct btrfs_inode *inode,
-               struct page *page, size_t pg_offset,
-               u64 start, u64 end, int create);
+                                   struct page *page, size_t pg_offset,
+                                   u64 start, u64 end, int create);
 int btrfs_update_inode(struct btrfs_trans_handle *trans,
                              struct btrfs_root *root,
                              struct inode *inode);
 
  * This also copies inline extents directly into the page.
  */
 struct extent_map *btrfs_get_extent(struct btrfs_inode *inode,
-               struct page *page,
-           size_t pg_offset, u64 start, u64 len,
-               int create)
+                                   struct page *page,
+                                   size_t pg_offset, u64 start, u64 len,
+                                   int create)
 {
        struct btrfs_fs_info *fs_info = inode->root->fs_info;
        int ret;