Date: Wed, 28 Dec 2016 17:57:38 +0200 From: Konstantin Belousov <kostikbel@gmail.com> To: "Pedro F. Giffuni" <pfg@FreeBSD.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r310705 - head/sys/fs/ext2fs Message-ID: <20161228155738.GB1923@kib.kiev.ua> In-Reply-To: <201612281543.uBSFhHS0069984@repo.freebsd.org> References: <201612281543.uBSFhHS0069984@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Dec 28, 2016 at 03:43:17PM +0000, Pedro F. Giffuni wrote: > Author: pfg > Date: Wed Dec 28 15:43:17 2016 > New Revision: 310705 > URL: https://svnweb.freebsd.org/changeset/base/310705 > > Log: > style(9) cleanups. > > Just to reduce some of the issues found with indent(1). > > @@ -81,12 +81,13 @@ 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) This is wrong. Indent of the continuation line should be 4 spaces. > { > struct m_ext2fs *fs;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20161228155738.GB1923>