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: Christian Grothoff
Subject: Re: [libmicrohttpd] [PATCH] code style: remove tabs from source code
Date: Wed, 24 Jan 2018 14:52:38 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2

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]