From 889ca45ab896cc88b28bb9cc651f0bc1a8e54bc3 Mon Sep 17 00:00:00 2001
From: Jay Satiro <raysatiro@yahoo.com>
Date: Mon, 20 Feb 2017 00:52:16 -0500
Subject: examples/multi-uv: checksrc compliance

---
 docs/examples/multi-uv.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'docs')

diff --git a/docs/examples/multi-uv.c b/docs/examples/multi-uv.c
index 406a5e062..37e4f4781 100644
--- a/docs/examples/multi-uv.c
+++ b/docs/examples/multi-uv.c
@@ -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;
-- 
cgit v1.2.3