Skip to content
Snippets Groups Projects
Commit 24f12702 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Curl_sasl_create_plain_message: remove TAB

parent 2b9ca12e
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment