Author: pfg Date: Wed Dec 28 16:16:36 2016 New Revision: 310706 URL: https://svnweb.freebsd.org/changeset/base/310706
Log: Undo small wrong style change. Reported by: kib Modified: head/sys/fs/ext2fs/ext2_alloc.c Modified: head/sys/fs/ext2fs/ext2_alloc.c ============================================================================== --- head/sys/fs/ext2fs/ext2_alloc.c Wed Dec 28 15:43:17 2016 (r310705) +++ head/sys/fs/ext2fs/ext2_alloc.c Wed Dec 28 16:16:36 2016 (r310706) @@ -81,7 +81,7 @@ static daddr_t ext2_mapsearch(struct m_ */ 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; _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"