mirror of
https://github.com/moparisthebest/curl
synced 2025-01-08 12:28:06 -05:00
Curl_sasl_create_plain_message: remove TAB
This commit is contained in:
parent
2b9ca12edf
commit
24f127027b
@ -74,7 +74,7 @@ CURLcode Curl_sasl_create_plain_message(struct SessionHandle *data,
|
|||||||
*outlen = 0;
|
*outlen = 0;
|
||||||
*outptr = NULL;
|
*outptr = NULL;
|
||||||
|
|
||||||
/* Plainauth too small */
|
/* Plainauth too small */
|
||||||
return CURLE_OUT_OF_MEMORY;
|
return CURLE_OUT_OF_MEMORY;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user