mirror of
https://github.com/curl/curl.git
synced 2026-07-25 19:37:17 +03:00
Curl_sasl_create_plain_message: remove TAB
This commit is contained in:
parent
2b9ca12edf
commit
24f127027b
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ CURLcode Curl_sasl_create_plain_message(struct SessionHandle *data,
|
|||
*outlen = 0;
|
||||
*outptr = NULL;
|
||||
|
||||
/* Plainauth too small */
|
||||
/* Plainauth too small */
|
||||
return CURLE_OUT_OF_MEMORY;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue