]> granicus.if.org Git - curl/commitdiff
Curl_sasl_create_plain_message: remove TAB
authorDaniel Stenberg <daniel@haxx.se>
Sun, 3 Jun 2012 17:42:47 +0000 (19:42 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 3 Jun 2012 17:42:47 +0000 (19:42 +0200)
lib/curl_sasl.c

index c473fa378cf3de45eb7847bc25f4e371d2a48206..e6064ed4db696c5a4bc0434cbc5fd64bfc6ecadb 100644 (file)
@@ -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;
   }