Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Dec 2016 16:16:37 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r310706 - head/sys/fs/ext2fs
Message-ID:  <201612281616.uBSGGbSR083280@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612281616.uBSGGbSR083280>