reiserfs: cleanup, remove leading whitespace from labels

This patch moves reiserfs closer to adhering to the style rules by
removing leading whitespace from labels.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Jan Kara <jack@suse.cz>
This commit is contained in:
Jeff Mahoney
2014-04-23 10:00:41 -04:00
committed by Jan Kara
parent 16da167c16
commit cf776a7a4d
11 changed files with 68 additions and 68 deletions

View File

@@ -423,7 +423,7 @@ static struct page *reiserfs_get_page(struct inode *dir, size_t n)
}
return page;
fail:
fail:
reiserfs_put_page(page);
return ERR_PTR(-EIO);
}