Skip to content

Commit a3d6d47

Browse files
祛除了不必要的格式修改
1 parent 63a82ca commit a3d6d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/libc/termios/posix_termios.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
#include <string.h>
1212
#include <rtthread.h>
1313
#include <dfs_posix.h>
14-
#include <termios.h>
1514

15+
#include <termios.h>
1616

1717
int tcgetattr(int fd, struct termios *tio)
1818
{

0 commit comments

Comments
 (0)