From b51602b1db901e46fd1fec4d76c669b31a538079 Mon Sep 17 00:00:00 2001 From: liukangcc Date: Sat, 18 Sep 2021 09:56:56 +0800 Subject: [PATCH] [update] Add a blank line at the end --- components/libc/compilers/common/nogcc/sys/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/libc/compilers/common/nogcc/sys/types.h b/components/libc/compilers/common/nogcc/sys/types.h index f7f563035c..5672f54a4d 100644 --- a/components/libc/compilers/common/nogcc/sys/types.h +++ b/components/libc/compilers/common/nogcc/sys/types.h @@ -36,4 +36,4 @@ typedef unsigned int u_int; typedef unsigned char u_char; typedef unsigned long u_long; -#endif \ No newline at end of file +#endif