* [Qemu-trivial] [PATCH TRIVIAL] curl: Whitespace only changes.
@ 2013-06-10 13:14 Richard W.M. Jones
2013-06-10 15:36 ` Michael Tokarev
0 siblings, 1 reply; 2+ messages in thread
From: Richard W.M. Jones @ 2013-06-10 13:14 UTC (permalink / raw)
To: qemu-trivial; +Cc: stefanha
From: "Richard W.M. Jones" <rjones@redhat.com>
Trivial patch to remove odd whitespace.
Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-06-10 15:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-10 13:14 [Qemu-trivial] [PATCH TRIVIAL] curl: Whitespace only changes Richard W.M. Jones
2013-06-10 15:36 ` Michael Tokarev
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.