[newlib-cygwin] sys: clean up empty lines in .c and .h files
Sebastian Huber
sh@sourceware.org
Mon Oct 26 13:31:42 GMT 2020
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=47efca5ac3da9aacc3a4216a1725ed2d62dd27b1
commit 47efca5ac3da9aacc3a4216a1725ed2d62dd27b1
Author: mjg <mjg@FreeBSD.org>
Date: Tue Sep 1 22:12:58 2020 +0000
sys: clean up empty lines in .c and .h files
Diff:
---
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
More information about the Newlib-cvs
mailing list