diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2013-06-10 14:14:35 +0100 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2013-06-11 23:45:43 +0400 |
commit | 9e5e2b23d301b1562677c6c115165eed6ce20a68 (patch) | |
tree | 2bf5c743615b3332b1e5f26d315a61b25063203d /block | |
parent | 5c9f43363a84fa13861ebc949ea2453cf7ab4ae3 (diff) |
curl: Whitespace only changes.
Trivial patch to remove odd whitespace.
Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'block')
-rw-r--r-- | block/curl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/block/curl.c b/block/curl.c index b8935fd991..4dc3b4b71b 100644 --- a/block/curl.c +++ b/block/curl.c @@ -462,8 +462,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); |