浏览代码

[DFS] Code cleanup.

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;