summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormjg <mjg@FreeBSD.org>2020-09-01 22:12:58 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-10-26 14:18:46 +0100
commit47efca5ac3da9aacc3a4216a1725ed2d62dd27b1 (patch)
treedfa047fb5e8ae2dd0f2171071875eba6e096dc3e
parentb9af5041bd5662748e060d7b716c18a224d91254 (diff)
downloadcygnal-47efca5ac3da9aacc3a4216a1725ed2d62dd27b1.tar.gz
cygnal-47efca5ac3da9aacc3a4216a1725ed2d62dd27b1.tar.bz2
cygnal-47efca5ac3da9aacc3a4216a1725ed2d62dd27b1.zip
sys: clean up empty lines in .c and .h files
-rw-r--r--newlib/libc/include/stdatomic.h1
1 files changed, 0 insertions, 1 deletions
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