Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!linus!decvax!decwrl!flairvax!ellis
From: ellis@flairvax.UUCP (Michael Ellis)
Newsgroups: net.lang.c
Subject: Re: Our friends, }" - (nf)
Message-ID: <184@flairvax.UUCP>
Date: Sun, 24-Jul-83 15:42:50 EDT
Article-I.D.: flairvax.184
Posted: Sun Jul 24 15:42:50 1983
Date-Received: Sun, 24-Jul-83 22:08:58 EDT
References: ucbcad.69
Lines: 10

To avoid wasting precious screen space with separate brace lines,
I sorta like

	if (foo)
	    bar,
	    baz;

...which also discourages goto's and returns.

-michael