Skip to content

Commit 7b28f2b

Browse files
authored
Merge pull request #4428 from mysterywolf/include
[include] auto formatted
2 parents 7066b34 + 2fd2654 commit 7b28f2b

File tree

17 files changed

+39
-27
lines changed

17 files changed

+39
-27
lines changed

include/libc/libc_dirent.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/*
2-
* Copyright (c) 2006-2018, RT-Thread Development Team
2+
* Copyright (c) 2006-2021, RT-Thread Development Team
33
*
44
* SPDX-License-Identifier: Apache-2.0
5+
*
6+
* Change Logs:
7+
* Date Author Notes
58
*/
69

710
#ifndef LIBC_DIRENT_H__

include/libc/libc_errno.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2006-2018, RT-Thread Development Team
2+
* Copyright (c) 2006-2021, RT-Thread Development Team
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*
@@ -161,7 +161,7 @@ defined in armcc/errno.h
161161
#define EPROTONOSUPPORT (ERROR_BASE_NO + 93)
162162
#define ESOCKTNOSUPPORT (ERROR_BASE_NO + 94)
163163
#define EOPNOTSUPP (ERROR_BASE_NO + 95)
164-
#define ENOTSUP EOPNOTSUPP
164+
#define ENOTSUP EOPNOTSUPP
165165
#define EPFNOSUPPORT (ERROR_BASE_NO + 96)
166166
#define EAFNOSUPPORT (ERROR_BASE_NO + 97)
167167
#define EADDRINUSE (ERROR_BASE_NO + 98)

include/libc/libc_fcntl.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2006-2018, RT-Thread Development Team
2+
* Copyright (c) 2006-2021, RT-Thread Development Team
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*
@@ -38,7 +38,7 @@
3838
#ifdef _O_BINARY
3939
#define O_BINARY _O_BINARY
4040
#else
41-
#define O_BINARY 0
41+
#define O_BINARY 0
4242
#endif
4343
#endif
4444

include/libc/libc_fdset.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2006-2018, RT-Thread Development Team
2+
* Copyright (c) 2006-2021, RT-Thread Development Team
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

include/libc/libc_ioctl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2006-2018, RT-Thread Development Team
2+
* Copyright (c) 2006-2021, RT-Thread Development Team
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

include/libc/libc_limits.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
* Copyright (c) 2006-2018, RT-Thread Development Team
2+
* Copyright (c) 2006-2021, RT-Thread Development Team
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*
66
* Change Logs:
7-
* Date Author Notes
8-
* 2020-09-05 Meco Manthe first version
7+
* Date Author Notes
8+
* 2020-09-05 Meco Man the first version
99
*/
1010

1111
#ifndef LIBC_LIMITS_H__

include/libc/libc_signal.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2006-2018, RT-Thread Development Team
2+
* Copyright (c) 2006-2021, RT-Thread Development Team
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*
@@ -57,11 +57,11 @@ typedef struct siginfo siginfo_t;
5757

5858
#define SI_USER 0x01 /* Signal sent by kill(). */
5959
#define SI_QUEUE 0x02 /* Signal sent by sigqueue(). */
60-
#define SI_TIMER 0x03 /* Signal generated by expiration of a
60+
#define SI_TIMER 0x03 /* Signal generated by expiration of a
6161
timer set by timer_settime(). */
62-
#define SI_ASYNCIO 0x04 /* Signal generated by completion of an
62+
#define SI_ASYNCIO 0x04 /* Signal generated by completion of an
6363
asynchronous I/O request. */
64-
#define SI_MESGQ 0x05 /* Signal generated by arrival of a
64+
#define SI_MESGQ 0x05 /* Signal generated by arrival of a
6565
message on an empty message queue. */
6666

6767
#if !defined(RT_USING_NEWLIB)

include/libc/libc_stat.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/*
2-
* Copyright (c) 2006-2018, RT-Thread Development Team
2+
* Copyright (c) 2006-2021, RT-Thread Development Team
33
*
44
* SPDX-License-Identifier: Apache-2.0
5+
*
6+
* Change Logs:
7+
* Date Author Notes
58
*/
69

710
#ifndef LIBC_STAT_H__

include/libc/libc_stdio.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
* Copyright (c) 2006-2018, RT-Thread Development Team
2+
* Copyright (c) 2006-2021, RT-Thread Development Team
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*
66
* Change Logs:
7-
* Date Author Notes
8-
* 2020-09-05 Meco Manthe first version
7+
* Date Author Notes
8+
* 2020-09-05 Meco Man the first version
99
*/
1010

1111
#ifndef LIBC_STDIO_H__

include/rtdbg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2006-2018, RT-Thread Development Team
2+
* Copyright (c) 2006-2021, RT-Thread Development Team
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

0 commit comments

Comments
 (0)