svn commit: r310706 - head/sys/fs/ext2fs

Pedro F. Giffuni pfg at FreeBSD.org
Wed Dec 28 16:16:38 UTC 2016


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;


More information about the svn-src-head mailing list