From owner-freebsd-chat Wed Jan 24 6:20:17 2001 Delivered-To: freebsd-chat@freebsd.org Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by hub.freebsd.org (Postfix) with ESMTP id 6B45837B69C for ; Wed, 24 Jan 2001 06:19:58 -0800 (PST) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97] ident=root) by serenity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 14LQmD-000DB1-00; Wed, 24 Jan 2001 14:19:57 +0000 Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.11.1/8.11.1) id f0OEJuB17039; Wed, 24 Jan 2001 14:19:56 GMT (envelope-from jcm) Date: Wed, 24 Jan 2001 14:19:55 +0000 From: j mckitrick To: Alexander Langer , Stephen McKay , chat@freebsd.org Subject: Re: good example kernel code Message-ID: <20010124141955.A17005@dogma.freebsd-uk.eu.org> References: <20010124122137.A13335@cichlids.cichlids.com> <20010124124143.A14098@cichlids.cichlids.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20010124124143.A14098@cichlids.cichlids.com>; from alex@big.endian.de on Wed, Jan 24, 2001 at 12:41:43PM +0100 Sender: owner-freebsd-chat@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.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? foo(var1, var2) int var1, long var2 { ... } instead of foo(int var1, int var2) { ... } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-chat" in the body of the message