Skip to content

Commit

Permalink
curl: Whitespace only changes.
Browse files Browse the repository at this point in the history
Trivial patch to remove odd whitespace.

Signed-off-by: Richard W.M. Jones <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
  • Loading branch information
rwmjones authored and Michael Tokarev committed Jun 11, 2013
1 parent 5c9f433 commit 9e5e2b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions block/curl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9e5e2b2

Please sign in to comment.