]> Git Repo - qemu.git/blobdiff - block/curl.c
curl: Whitespace only changes.
[qemu.git] / block / curl.c
index b8935fd9916363640df142d303b93756c8acf167..4dc3b4b71b13e74a7f510040048ea6d393bff708 100644 (file)
@@ -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);
This page took 0.019938 seconds and 4 git commands to generate.