You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Arfrever Frehtes Taifersar Arahesis <ar...@gmail.com> on 2008/03/13 17:57:01 UTC

Re: svn commit: r29896 - trunk/subversion/mod_authz_svn

2008-03-13 15:33 kameshj@tigris.org <ka...@tigris.org> napisał(a):
> Author: kameshj
>  Date: Thu Mar 13 07:33:02 2008
>  New Revision: 29896
>
>  Log:
>  Pure stylistic fix.

You could also place function types and names on separate lines. E. g.:
static void *
create_authz_svn_dir_config(apr_pool_t *p, char *d)

>
>  * subversion/mod_authz_svn/mod_authz_svn.c
>
>  Found by: dlr
>
>  Modified:
>    trunk/subversion/mod_authz_svn/mod_authz_svn.c
>

Re: svn commit: r29896 - trunk/subversion/mod_authz_svn

Posted by Kamesh Jayachandran <ka...@collab.net>.
Hi Arfrever,

Fixed in r29911.

With regards
Kamesh Jayachandran

Arfrever Frehtes Taifersar Arahesis wrote:
> 2008-03-13 15:33 kameshj@tigris.org <ka...@tigris.org> napisał(a):
>   
>> Author: kameshj
>>  Date: Thu Mar 13 07:33:02 2008
>>  New Revision: 29896
>>
>>  Log:
>>  Pure stylistic fix.
>>     
>
> You could also place function types and names on separate lines. E. g.:
> static void *
> create_authz_svn_dir_config(apr_pool_t *p, char *d)
>
>   
>>  * subversion/mod_authz_svn/mod_authz_svn.c
>>
>>  Found by: dlr
>>
>>  Modified:
>>    trunk/subversion/mod_authz_svn/mod_authz_svn.c
>>
>>     

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

RE: svn commit: r29896 - trunk/subversion/mod_authz_svn

Posted by Kamesh Jayachandran <ka...@collab.net>.
>> Author: kameshj
>>  Date: Thu Mar 13 07:33:02 2008
>>  New Revision: 29896
>>
>>  Log:
>>  Pure stylistic fix.

>You could also place function types and names on separate lines. E. g.:
>static void *
>create_authz_svn_dir_config(apr_pool_t *p, char *d)



Thanks, will do that.

With regards
Kamesh Jayachandran