소스 검색

Fix epoll.c file format error

Troy 1 년 전
부모
커밋
ccbd8e851c
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      components/libc/posix/io/epoll/epoll.c

+ 1 - 3
components/libc/posix/io/epoll/epoll.c

@@ -6,9 +6,7 @@
  * Change Logs:
  * Date           Author            Notes
  * 2023-07-29     zmq810150896      first version
- * 2024/03/26     TroyMitchelle     Add comments for all functions,
-                                    members within structure members and 
-                                    fix incorrect naming of triggered
+ * 2024/03/26     TroyMitchelle     Add comments for all functions, members within structure members and fix incorrect naming of triggered
  */
 
 #include <rtthread.h>