mirror of
https://github.com/curl/curl.git
synced 2026-07-31 15:48:04 +03:00
checksrc: warn on empty line before open brace
... and fix a few occurances Closes #6088
This commit is contained in:
parent
b7ea3d2c22
commit
475c1aba68
6 changed files with 6 additions and 6 deletions
|
|
@ -3158,7 +3158,6 @@ CURLMcode curl_multi_socket_action(struct Curl_multi *multi, curl_socket_t s,
|
|||
}
|
||||
|
||||
CURLMcode curl_multi_socket_all(struct Curl_multi *multi, int *running_handles)
|
||||
|
||||
{
|
||||
CURLMcode result;
|
||||
if(multi->in_callback)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue