qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PATCH TRIVIAL] curl: Whitespace only changes.


From: Richard W.M. Jones
Subject: [Qemu-trivial] [PATCH TRIVIAL] curl: Whitespace only changes.
Date: Mon, 10 Jun 2013 14:14:35 +0100

From: "Richard W.M. Jones" <address@hidden>

Trivial patch to remove odd whitespace.

Signed-off-by: Richard W.M. Jones <address@hidden>
---
 block/curl.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/block/curl.c b/block/curl.c
index bf31efe..781c49c 100644
--- a/block/curl.c
+++ b/block/curl.c
@@ -467,8 +467,8 @@ static int curl_open(BlockDriverState *bs, QDict *options, 
int flags)
     // initialize the multi interface!
 
     s->multi = curl_multi_init();
-    curl_multi_setopt( s->multi, CURLMOPT_SOCKETDATA, s); 
-    curl_multi_setopt( s->multi, CURLMOPT_SOCKETFUNCTION, curl_sock_cb ); 
+    curl_multi_setopt(s->multi, CURLMOPT_SOCKETDATA, s);
+    curl_multi_setopt(s->multi, CURLMOPT_SOCKETFUNCTION, curl_sock_cb);
     curl_multi_do(s);
 
     qemu_opts_del(opts);
-- 
1.8.2.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]