diff options
author | Steve Holme <steve_holme@hotmail.com> | 2016-08-20 19:34:54 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2016-08-20 19:34:54 +0100 |
commit | c6b869ec79fb1a6a4882cef9f2697ee14fb78026 (patch) | |
tree | cef66fe76f49d0286039ede549f6cba8d2699eb7 /lib/http.c | |
parent | 2708d4259ba2a7832f91105f1c00ac14ee9e30d2 (diff) | |
download | curl-c6b869ec79fb1a6a4882cef9f2697ee14fb78026.tar.gz |
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!
Diffstat (limited to 'lib/http.c')
-rw-r--r-- | lib/http.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/http.c b/lib/http.c index d23b354d8..fafb00b67 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"); |