[asterisk-dev] [asterisk-commits] simon.perreault: branch group/v6 r84631 - /team/group/v6/trunk/main/rtp.c

Simon Perreault simon.perreault at viagenie.ca
Thu Oct 4 09:55:18 CDT 2007


On Thursday 04 October 2007 10:43:41 Sean Bright wrote:
> On 10/4/07, SVN commits to the Asterisk project <
> asterisk-commits at lists.digium.com> wrote:
> > The no-brackets style should be illegal.

For the general populace, that was referring to

if (foo)
	bar();
	omfg_this_is_a_bug();

VS

if (foo) {
	bar();
	this_is_not_a_bug_kthxbye();
}



More information about the asterisk-dev mailing list