gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 146/173: examples/multi-uv: checksrc compliance


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 146/173: examples/multi-uv: checksrc compliance
Date: Fri, 24 Feb 2017 14:02:48 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.53.1
in repository gnurl.

commit 889ca45ab896cc88b28bb9cc651f0bc1a8e54bc3
Author: Jay Satiro <address@hidden>
AuthorDate: Mon Feb 20 00:52:16 2017 -0500

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

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;

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]