style nits

This commit is contained in:
bparker06 2019-02-20 13:50:49 -05:00 committed by GitHub
parent 81cff95959
commit 1abc0b3296
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3679,11 +3679,10 @@ static int action_ok_download_generic(const char *path,
transf->enum_idx = enum_idx;
strlcpy(transf->path, path, sizeof(transf->path));
if (string_is_equal(path, s)) {
if (string_is_equal(path, s))
net_http_urlencode_full(s3, s, sizeof(s3));
} else {
else
net_http_urlencode_full(s3, s2, sizeof(s3));
}
task_push_http_transfer(s3, suppress_msg, msg_hash_to_str(enum_idx), cb, transf);
#endif