]> granicus.if.org Git - curl/commitdiff
http.c: Corrected indentation change from commit 2708d4259b
authorSteve Holme <steve_holme@hotmail.com>
Sat, 20 Aug 2016 18:34:54 +0000 (19:34 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 20 Aug 2016 18:34:54 +0000 (19:34 +0100)
Made by Visual Studio's auto-correct feature and missed by me in my own
code reviews!

lib/http.c

index d23b354d8beb6ffc75673623ce5e85a76bb3b618..fafb00b67eb18a92d021ee00ac77fc85920dc2e2 100644 (file)
@@ -869,9 +869,9 @@ CURLcode Curl_http_input_auth(struct connectdata *conn, bool proxy,
             authp->avail |= CURLAUTH_DIGEST;
 
             /* We call this function on input Digest headers even if Digest
-              * authentication isn't activated yet, as we need to store the
-              * incoming data from this header in case we are going to use
-              * Digest */
+             * authentication isn't activated yet, as we need to store the
+             * incoming data from this header in case we are going to use
+             * Digest */
             result = Curl_input_digest(conn, proxy, auth);
             if(result) {
               infof(data, "Authentication problem. Ignoring this.\n");