X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=http.h;h=173f74c8298c3fa3989f88b06e2085127fe96db8;hb=62f539043c714031ccb78d13ed6c49d350233604;hp=a0b59015948c3b9736dd6c09fd9137f7ecd4f59a;hpb=a278aa61a474eced7b676f3378dcd0f4ec5db4fc;p=thirdparty%2Fgit.git diff --git a/http.h b/http.h index a0b5901594..173f74c829 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)