From: Steve Holme Date: Sat, 20 Aug 2016 18:34:54 +0000 (+0100) Subject: http.c: Corrected indentation change from commit 2708d4259b X-Git-Tag: curl-7_50_2~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6b869ec79fb1a6a4882cef9f2697ee14fb78026;p=thirdparty%2Fcurl.git http.c: Corrected indentation change from commit 2708d4259b Made by Visual Studio's auto-correct feature and missed by me in my own code reviews! --- diff --git a/lib/http.c b/lib/http.c index d23b354d8b..fafb00b67e 100644 --- a/lib/http.c +++ b/lib/http.c @@ -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");