From 88df07717de868dc2bd2424afefaea6c77efa4c0 Mon Sep 17 00:00:00 2001 From: "Jason St. John" Date: Thu, 31 Oct 2013 17:31:32 -0400 Subject: Remove spaces between the opening "if" and the opening parenthesis Signed-off-by: Jason St. John Signed-off-by: Allan McRae --- lib/libalpm/dload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libalpm/dload.c') diff --git a/lib/libalpm/dload.c b/lib/libalpm/dload.c index 7782f8dc..866c51df 100644 --- a/lib/libalpm/dload.c +++ b/lib/libalpm/dload.c @@ -547,7 +547,7 @@ static int curl_download_internal(struct dload_payload *payload, goto cleanup; } - if (payload->trust_remote_name) { + if(payload->trust_remote_name) { if(payload->content_disp_name) { /* content-disposition header has a better name for our file */ free(payload->destfile_name); -- cgit v1.2.3-24-g4f1b