mirror of
https://github.com/curl/curl.git
synced 2026-08-25 04:33:33 +03:00
style: use space after comment start and before comment end
/* like this */ /*not this*/ checksrc is updated accordingly Closes #9828
This commit is contained in:
parent
b8c302dcba
commit
52cc4a85fd
42 changed files with 152 additions and 147 deletions
|
|
@ -236,4 +236,4 @@ static CURLcode gopher_do(struct Curl_easy *data, bool *done)
|
|||
Curl_setup_transfer(data, FIRSTSOCKET, -1, FALSE, -1);
|
||||
return CURLE_OK;
|
||||
}
|
||||
#endif /*CURL_DISABLE_GOPHER*/
|
||||
#endif /* CURL_DISABLE_GOPHER */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue