[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: rev 5447 - trunk/subversion/libsvn_subr

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2003-03-25 02:03:37 CET

Branko Čibej <brane@xbc.nu> writes:
> > }
> > else
> >- *valuep = default_value;
> >+ {
> >+ *valuep = default_value;
> >+ }
>
> And yuck. Why add braces just because you can?

Mike and I have both generally been adding braces whenever one case of
a conditional has them and the other doesn't. This has been going on
for some time, though we certainly aren't demanding that everyone do
it -- let alone that you go back and do it to old code :-).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 25 02:43:29 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.