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

Re: [RFC,PATCH] Port libsvn_auth_kwallet to KDE3.

From: Stefan Sperling <stsp_at_elego.de>
Date: Sat, 31 May 2008 19:00:39 +0200

On Sat, May 31, 2008 at 06:47:07PM +0200, Martin Furter wrote:
> + if (!open(true, false))
> + return FALSE;

Style nit:

We usually put a space after the ! operator:

  if (! open(true, false))
    return FALSE;

This occurs a few times in your patch, the above is just one example.

Stefan

  • application/pgp-signature attachment: stored
Received on 2008-05-31 19:01:15 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.