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

Re: svn commit: r31515 - trunk/subversion/libsvn_subr

From: Senthil Kumaran S <senthil_at_collab.net>
Date: Fri, 30 May 2008 15:56:18 +0530

Hi Arfrever,

arfrever_at_tigris.org wrote:
> +#ifdef SVN_HAVE_GNOME_KEYRING
> if (get_auth_simple_provider(&provider, "gnome_keyring", pool))
> {
> APR_ARRAY_PUSH(providers, svn_auth_provider_object_t *) = provider;

This line is not 80 column aligned.

> }
> +#endif
> continue;
> }
> -#endif
> -#ifdef SVN_HAVE_KWALLET
> +
> if (apr_strnatcmp(password_store, "kwallet") == 0)
> {
> +#ifdef SVN_HAVE_KWALLET
> if (get_auth_simple_provider(&provider, "kwallet", pool))
> {
> APR_ARRAY_PUSH(providers, svn_auth_provider_object_t *) = provider;

Same here.

Thank You.

-- 
Senthil Kumaran S
http://www.stylesen.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-05-30 12:27:17 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.