bernard пре 7 година
родитељ
комит
1d8636b7f4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      components/dfs/src/poll.c

+ 1 - 1
components/dfs/src/poll.c

@@ -222,7 +222,7 @@ int poll(struct pollfd *fds, nfds_t nfds, int timeout)
     poll_table_init(&table);
 
     num = poll_do(fds, nfds, &table, timeout);
-	
+
     poll_teardown(&table);
 
     return num;