mirror of
https://github.com/curl/curl.git
synced 2026-08-25 11:33:33 +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
|
|
@ -497,7 +497,6 @@ CURLcode Curl_auth_create_ntlm_type3_message(struct Curl_easy *data,
|
|||
const char *passwdp,
|
||||
struct ntlmdata *ntlm,
|
||||
char **outptr, size_t *outlen)
|
||||
|
||||
{
|
||||
/* NTLM type-3 message structure:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue