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

Re: svn commit: r31550 - trunk/subversion/libsvn_ra_serf

From: Stefan Sperling <stsp_at_elego.de>
Date: Sun, 1 Jun 2008 11:18:40 +0200

On Sun, Jun 01, 2008 at 02:04:45AM -0700, lgo_at_tigris.org wrote:
> Author: lgo
> Date: Sun Jun 1 02:04:44 2008
> New Revision: 31550
>
> Log:
> ra_serf: When querying the base properties from the repository, read and cache
> the uuid in the session.
 

> - if (!*uuid)
> + if (!session->uuid)

Interesting. Just yesterday I was pointing out that in a patch
submitted to the list, there were no spaces after the ! operator,
like this:

  if (! session->uuid)

Turns out I cannot find anything on this in neither HACKING nor
the GNU coding standards. Well, some example code in HACKING puts
a space after !, but that's hardly a guideline.

Is there a convention about this? Not that I think we really need
one. I just assumed there was one because most (all?) of Subversion's
code I've seen so far does put a space there...

Stefan

  • application/pgp-signature attachment: stored
Received on 2008-06-01 11:16:38 CEST

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.