Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jan 2001 15:24:25 +0100
From:      Alexander Langer <alex@big.endian.de>
To:        j mckitrick <jcm@freebsd-uk.eu.org>
Cc:        Stephen McKay <mckay@thehub.com.au>, chat@freebsd.org
Subject:   Re: good example kernel code
Message-ID:  <20010124152425.A25337@cichlids.cichlids.com>
In-Reply-To: <20010124141955.A17005@dogma.freebsd-uk.eu.org>; from jcm@freebsd-uk.eu.org on Wed, Jan 24, 2001 at 02:19:55PM %2B0000
References:  <20010124122137.A13335@cichlids.cichlids.com> <Pine.GSO.4.21.0101240625560.14282-100000@zippy.shellyeah.org> <20010124124143.A14098@cichlids.cichlids.com> <20010124141955.A17005@dogma.freebsd-uk.eu.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Thus spake j mckitrick (jcm@freebsd-uk.eu.org):

> | I'd love sys/kern/subr_bus.c, if it didn't use four spaces for second
> | level indents for functions, but indent the args to the opening
> | paranthesis (as the ed drivers does, btw).

> You mean like the old style function declarations?

No, I mean

foo_bar_baz(int var, some more args so that the line is full,
            const char* foo);

instead of

foo_bar_baz(int var, some more...
    const char* foo);
^^^^ <- four spaces.


Alex

-- 
cat: /home/alex/.sig: No such file or directory


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-chat" in the body of the message




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