mirror of
https://github.com/curl/curl.git
synced 2026-08-26 06:23:32 +03:00
tidy-up: whitespace, fix CI spacecheck for docs
Also: fixup CI spacecheck to apply to docs again. Closes #15423
This commit is contained in:
parent
0cececef0f
commit
9acecc923d
6 changed files with 20 additions and 8 deletions
|
|
@ -170,7 +170,7 @@ int Curl_cpool_init(struct cpool *cpool,
|
|||
* Probably better to have an internal handle owned by the multi that
|
||||
* can be used for cpool operations. */
|
||||
cpool->idata->multi = multi;
|
||||
#ifdef DEBUGBUILD
|
||||
#ifdef DEBUGBUILD
|
||||
if(getenv("CURL_DEBUG"))
|
||||
cpool->idata->set.verbose = TRUE;
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
#include "memdebug.h"
|
||||
|
||||
#if defined(__GNUC__)
|
||||
#define CURL_ALIGN8 __attribute__ ((aligned(8)))
|
||||
#define CURL_ALIGN8 __attribute__((aligned(8)))
|
||||
#else
|
||||
#define CURL_ALIGN8
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue