Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Feb 1996 15:19:10 -0700
From:      Tony Jones <tony@rtd.com>
To:        coredump@nervosa.com
Cc:        chat@freebsd.org
Subject:   Re: your mail
Message-ID:  <199602292219.PAA21761@seagull.rtd.com>

next in thread | raw e-mail | index | archive | help
>I dont particularly agree with that, I code my braces like this:
>
>void main( int argc, char *argv[] )
>        {
>        int     i = 0,
>                p = 1;
>
>        for ( int l = 10; l; l-- )
>                {
>                i += p + l;
>                p++;
>                }
>        }
>
>I know ^^ makes no sense, but who cares, im showing brace style.

Apart from the fact that this makes me want to reach for the nearest bucket, 
I think someone has been spending a little too much time coding in C++ :-)

tony



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