소스 검색

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