Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10 5/3/83; site umcp-cs.UUCP
Path: utzoo!linus!decvax!harpo!seismo!rlgvax!cvl!umcp-cs!chris
From: chris@umcp-cs.UUCP
Newsgroups: net.lang.c
Subject: Re: Our friends, {}
Message-ID: <1130@umcp-cs.UUCP>
Date: Mon, 25-Jul-83 11:24:16 EDT
Article-I.D.: umcp-cs.1130
Posted: Mon Jul 25 11:24:16 1983
Date-Received: Mon, 25-Jul-83 21:31:26 EDT
References: <184@flairvax.UUCP>
Organization: Univ. of Maryland, Computer Science Dept.
Lines: 41

Ok, you asked for it ... :-)

I always use

	for (;;) {
		stmt;
		stmt;
	}

and usually use

proc (arg1, arg2)
type arg1, arg2;
{

but occasionally I'll use

proc () {

or

proc (arg) type arg; {

as long as the second is ``short'' (length depends on phase of moon &c)
enough.

The only style of indentation I CAN'T read is this one:

	for (;;)
	{
		stmts;
		}

which someone around here uses.

				- Chris
-- 
In-Real-Life:	Chris Torek, Univ of MD Comp Sci
UUCP:		{seismo,allegra,brl-bmd}!umcp-cs!chris
CSNet:		chris@umcp-cs
ARPA:		chris.umcp-cs@UDel-Relay