Commit 8af36478 authored by Julio Bianco's avatar Julio Bianco Committed by Greg Kroah-Hartman
Browse files

staging: erofs: add a new line after variable declaration



Add a new line after variable declaration

Signed-off-by: default avatarJulio Bianco <juliobianco@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fbcd8474
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -270,6 +270,7 @@ struct inode *erofs_iget(struct super_block *sb,
	if (inode->i_state & I_NEW) {
		int err;
		struct erofs_vnode *vi = EROFS_V(inode);

		vi->nid = nid;

		err = fill_inode(inode, isdir);