nilfs2: add missing line spacing
[cascardo/linux.git] / fs / nilfs2 / ifile.h
index 1b7d7af..23ad2f0 100644 (file)
@@ -32,6 +32,7 @@ static inline struct nilfs_inode *
 nilfs_ifile_map_inode(struct inode *ifile, ino_t ino, struct buffer_head *ibh)
 {
        void *kaddr = kmap(ibh->b_page);
+
        return nilfs_palloc_block_get_entry(ifile, ino, ibh, kaddr);
 }