[PATCH 4/5] sys: clean up empty lines in .c and .h files

Sebastian Huber sebastian.huber@embedded-brains.de
Mon Oct 19 15:55:36 GMT 2020


From: mjg <mjg@FreeBSD.org>

---
 newlib/libc/include/stdatomic.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/newlib/libc/include/stdatomic.h b/newlib/libc/include/stdatomic.h
index 1441c9e3b..d58e795eb 100644
--- a/newlib/libc/include/stdatomic.h
+++ b/newlib/libc/include/stdatomic.h
@@ -373,7 +373,6 @@ __extension__ ({							\
 typedef struct {
 	atomic_bool	__flag;
 } atomic_flag;
-
 #define	ATOMIC_FLAG_INIT		{ ATOMIC_VAR_INIT(0) }
 
 static __inline _Bool
-- 
2.26.2



More information about the Newlib mailing list