src: fix formatting nits

Closes #19823
This commit is contained in:
Viktor Szakats 2025-12-03 15:53:46 +01:00
parent 1753de9d7a
commit 0417d323c9
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
52 changed files with 490 additions and 543 deletions

View file

@ -54,7 +54,7 @@ extern FILE *tool_stderr;
*/
#ifdef macintosh
# define main(x,y) curl_main(x,y)
# define main(x, y) curl_main(x, y)
#endif
#ifndef CURL_OS
@ -100,7 +100,7 @@ extern bool tool_term_has_bold;
int tool_ftruncate64(int fd, curl_off_t where);
#undef ftruncate
#define ftruncate(fd,where) tool_ftruncate64(fd,where)
#define ftruncate(fd, where) tool_ftruncate64(fd, where)
#define HAVE_FTRUNCATE 1
#define USE_TOOL_FTRUNCATE 1