Date: Wed, 28 Dec 2016 11:05:01 -0500 From: Pedro Giffuni <pfg@FreeBSD.org> To: Konstantin Belousov <kostikbel@gmail.com> 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: <7e837097-c3f5-fd6c-5059-c982b6e3f533@FreeBSD.org> In-Reply-To: <20161228155738.GB1923@kib.kiev.ua> References: <201612281543.uBSFhHS0069984@repo.freebsd.org> <20161228155738.GB1923@kib.kiev.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
On 12/28/16 10:57, Konstantin Belousov wrote: > 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; > Thanks, it's easy to miss such cases :(. Pedro.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7e837097-c3f5-fd6c-5059-c982b6e3f533>