Undo small wrong style change.

Reported by:	kib
This commit is contained in:
Pedro F. Giffuni 2016-12-28 16:16:36 +00:00
parent bf9a211dff
commit a86fdf887e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=310706

View File

@ -81,7 +81,7 @@ static daddr_t ext2_mapsearch(struct m_ext2fs *, char *, daddr_t);
*/
int
ext2_alloc(struct inode *ip, daddr_t lbn, e4fs_daddr_t bpref, int size,
struct ucred *cred, e4fs_daddr_t *bnp)
struct ucred *cred, e4fs_daddr_t *bnp)
{
struct m_ext2fs *fs;
struct ext2mount *ump;