libmicrohttpd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [libmicrohttpd] [PATCH] code style: remove tabs from source code


From: Moritz Warning
Subject: Re: [libmicrohttpd] [PATCH] code style: remove tabs from source code
Date: Wed, 24 Jan 2018 16:27:29 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2

Hi Christian,

I agree with you and Tim. It breaks some indentations. But it was broken before 
like this in other places, too.
Replacing the tabs with two spaces seem to be a step into the right direction 
to me.
I am not able to contribute more work right now.
Well, do as you like. :-)

have fun,
mwarning

On 01/24/2018 02:52 PM, Christian Grothoff wrote:
> Hi Moritz,
> 
> 
> Removing tabs might be desirable, but this patch destroys indentation
> (see stark example below), which is not.
> 
> My 2 cents.
> 
> Happy hacking!
> 
> Christian
> 
> On 01/24/2018 02:23 PM, Moritz Warning wrote:
>>    if (url == NULL)
>>       {
>> -    MHD_stop_daemon (d);
>> -    return 16;
>> +  MHD_stop_daemon (d);
>> +  return 16;
>>       }
> 


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]