mirror of
https://github.com/curl/curl.git
synced 2026-08-01 20:50:27 +03:00
tidy-up: drop redundant == NULL syntax
Where missed by checksrc. Closes #21935
This commit is contained in:
parent
59213abfb2
commit
014be82a66
19 changed files with 39 additions and 41 deletions
|
|
@ -773,7 +773,7 @@ curl_socket_t win32_stdin_read_thread(void)
|
|||
assert(stdin_thread);
|
||||
return socket_r;
|
||||
}
|
||||
assert(stdin_thread == NULL);
|
||||
assert(!stdin_thread);
|
||||
|
||||
do {
|
||||
curl_socklen_t socksize = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue