examples/multi-uv: checksrc compliance

This commit is contained in:
Jay Satiro 2017-02-20 00:52:16 -05:00
parent ddedc1b3f3
commit 889ca45ab8
1 changed files with 2 additions and 2 deletions

View 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;