hfsplus: spaces/indentation clean-up
Fix incorrect spaces and indentation reported by checkpatch.pl. Signed-off-by: Anton Salikhmetov <alexo@tuxera.com> Signed-off-by: Christoph Hellwig <hch@tuxera.com>
This commit is contained in:

committed by
Christoph Hellwig

parent
21f2296a59
commit
20b7643d8e
@@ -213,7 +213,7 @@ static int hfsplus_readdir(struct file *filp, void *dirent, filldir_t filldir)
|
||||
err = -EIO;
|
||||
goto out;
|
||||
}
|
||||
next:
|
||||
next:
|
||||
filp->f_pos++;
|
||||
if (filp->f_pos >= inode->i_size)
|
||||
goto out;
|
||||
|
Reference in New Issue
Block a user