summaryrefslogtreecommitdiff
path: root/lib/transfer.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-09-12 09:29:01 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-09-12 13:54:54 +0200
commit87501e57f1c166cb250111af54e0470ab8b2099c (patch)
tree5b9f92270e2d31938360675a4753ca0989bcb74a /lib/transfer.c
parent59813726d1638880494e3675ae8230b6bdd21ee5 (diff)
downloadcurl-87501e57f1c166cb250111af54e0470ab8b2099c.tar.gz
code style: remove wrong uses of multiple spaces
Closes #1878
Diffstat (limited to 'lib/transfer.c')
-rw-r--r--lib/transfer.c2
1 files changed, 1 insertions, 1 deletions
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!