X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=http.h;h=173f74c8298c3fa3989f88b06e2085127fe96db8;hb=c4f4157ee84ff27dd7a398f80002be59eb2f69e7;hp=a0b59015948c3b9736dd6c09fd9137f7ecd4f59a;hpb=e760924cbeb19c6e45febdb31d9d6c95deaf2b43;p=git.git diff --git a/http.h b/http.h index a0b590159..173f74c82 100644 --- a/http.h +++ b/http.h @@ -23,10 +23,10 @@ #endif #if LIBCURL_VERSION_NUM < 0x070704 -#define curl_global_cleanup() do { /* nothing */ } while(0) +#define curl_global_cleanup() do { /* nothing */ } while (0) #endif #if LIBCURL_VERSION_NUM < 0x070800 -#define curl_global_init(a) do { /* nothing */ } while(0) +#define curl_global_init(a) do { /* nothing */ } while (0) #endif #if (LIBCURL_VERSION_NUM < 0x070c04) || (LIBCURL_VERSION_NUM == 0x071000)