Cliff Woolley wrote:

>On 23 Jan 2003 [EMAIL PROTECTED] wrote:
>
>  
>
>>   {
>>      char buffer[APR_PATH_MAX];
>>  +        apr_pool_t *subpool;
>>  +        apr_status_t status;
>>      char *ptr;
>>
>>  +        status = apr_pool_create(&subpool, ctx);
>>  +        if (status)
>>  +            return status;
>>  +
>>      if (apr_tolower(name[0]) == 'x' && name[1] == '-')
>>    
>>
>
>The tab police are gonna git you..  ;)
>  
>

Not me. My changes don't contain tabs, the rest of the code does. Would
you rather I did an M-x untabify before committing? :-)

-- 
Brane Äibej   <[EMAIL PROTECTED]>   http://www.xbc.nu/brane/

Reply via email to