Re: svn commit: r14478 - in trunk/subversion: tests/libsvn_subr
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-04-28 21:55:54 CEST
Greg Hudson <ghudson@MIT.EDU> writes:
> I don't think it's consistent with our code base to have multi-line (but
I've written code for years to many different "coding standards", some
for(j = 0; path[j]; ++j)
to be written as
for(j = 0; path[j]; ++j)
is foolish in my view, in the same way that I would object if required
if ((path[j] == ':') || (path[j] == '/'))
> (And yes, in retrospect I
I'd also like us to choose one or the other, I don't care which.
> That said, I don't think there's any specific rule about this in HACKING
The file in question contains other instances of code formatted in the
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu Apr 28 22:39:04 2005 |
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.