updates.
[runtime.git] / lib / silcutil / unix / silcunixschedule.c
index 2449445b1ceffb949ecdfdf9ac1f7a1b175c2c83..98a1d8a4fc32527d728d1ce98e15142f020f6013 100644 (file)
@@ -24,7 +24,8 @@
 
 /* Calls normal select() system call. */
 
-int silc_select(SilcScheduleFd fds, SilcUInt32 fds_count, struct timeval *timeout)
+int silc_select(SilcScheduleFd fds, SilcUInt32 fds_count, 
+               struct timeval *timeout)
 {
   fd_set in, out;
   int ret, i, max_fd = 0;