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

Pedro Giffuni pfg at FreeBSD.org
Wed Dec 28 16:03:51 UTC 2016



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.


More information about the svn-src-head mailing list