From: Daniel Stenberg Date: Mon, 24 Oct 2016 12:03:08 +0000 (+0200) Subject: TODO: indent code to make it render properly X-Git-Tag: curl-7_51_0~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d7fc0a9bbea88e06e702ff211ba06f20ee3b3c8;p=curl TODO: indent code to make it render properly --- diff --git a/docs/TODO b/docs/TODO index 156db7c51..551a13659 100644 --- a/docs/TODO +++ b/docs/TODO @@ -394,11 +394,11 @@ Your curl/curl.h alternative could then look like (replace with suitable CPP variable to check): - #ifdef ARCH_32bit - #include - #else /* ARCH_64bit */ - #include - #endif + #ifdef ARCH_32bit + #include + #else /* ARCH_64bit */ + #include + #endif A fix would either (A) fix the 32/64 setup automatically or even better (B) work away the architecture specific defines from the headers so that they can