operate: removed a single trailing space
This commit is contained in:
parent
2cf9e78a22
commit
b0eb963bc7
@ -1233,7 +1233,7 @@ int operate(struct Configurable *config, int argc, argv_item_t argv[])
|
|||||||
RETRY_LAST /* not used */
|
RETRY_LAST /* not used */
|
||||||
} retry = RETRY_NO;
|
} retry = RETRY_NO;
|
||||||
long response;
|
long response;
|
||||||
if((CURLE_OPERATION_TIMEDOUT == res) ||
|
if((CURLE_OPERATION_TIMEDOUT == res) ||
|
||||||
(CURLE_COULDNT_RESOLVE_HOST == res) ||
|
(CURLE_COULDNT_RESOLVE_HOST == res) ||
|
||||||
(CURLE_COULDNT_RESOLVE_PROXY == res) ||
|
(CURLE_COULDNT_RESOLVE_PROXY == res) ||
|
||||||
(CURLE_FTP_ACCEPT_TIMEOUT == res))
|
(CURLE_FTP_ACCEPT_TIMEOUT == res))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user