]> granicus.if.org Git - curl/commitdiff
examples/multi-uv: checksrc compliance
authorJay Satiro <raysatiro@yahoo.com>
Mon, 20 Feb 2017 05:52:16 +0000 (00:52 -0500)
committerJay Satiro <raysatiro@yahoo.com>
Mon, 20 Feb 2017 05:52:16 +0000 (00:52 -0500)
docs/examples/multi-uv.c

index 406a5e0623f68c3a66d8a4d8f99cebe47f216f0e..37e4f4781f189afc57d1df30d0b7b3252e762fa1 100644 (file)
@@ -163,8 +163,8 @@ static int start_timeout(CURLM *multi, long timeout_ms, void *userp)
   }
   else {
     if(timeout_ms == 0)
-      timeout_ms = 1; /* 0 means directly call socket_action, but we'll do it in
-                         a bit */
+      timeout_ms = 1; /* 0 means directly call socket_action, but we'll do it
+                         in a bit */
     uv_timer_start(&timeout, on_timeout, timeout_ms, 0);
   }
   return 0;