tidy-up: whitespace, fix CI spacecheck for docs

Also: fixup CI spacecheck to apply to docs again.

Closes #15423
This commit is contained in:
Viktor Szakats 2024-10-26 00:23:19 +02:00
parent 0cececef0f
commit 9acecc923d
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
6 changed files with 20 additions and 8 deletions

View file

@ -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

View file

@ -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