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; _______________________________________________ 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"