From 87501e57f1c166cb250111af54e0470ab8b2099c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 12 Sep 2017 09:29:01 +0200 Subject: code style: remove wrong uses of multiple spaces Closes #1878 --- lib/transfer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/transfer.c') diff --git a/lib/transfer.c b/lib/transfer.c index 87366fa8c..792d5aff8 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -1774,7 +1774,7 @@ CURLcode Curl_follow(struct Curl_easy *data, } } - if(!is_absolute_url(newurl)) { + if(!is_absolute_url(newurl)) { /*** *DANG* this is an RFC 2068 violation. The URL is supposed to be absolute and this doesn't seem to be that! -- cgit v1.2.3