sys: clean up empty lines in .c and .h files
This commit is contained in:
parent
b9af5041bd
commit
47efca5ac3
|
@ -373,7 +373,6 @@ __extension__ ({ \
|
|||
typedef struct {
|
||||
atomic_bool __flag;
|
||||
} atomic_flag;
|
||||
|
||||
#define ATOMIC_FLAG_INIT { ATOMIC_VAR_INIT(0) }
|
||||
|
||||
static __inline _Bool
|
||||
|
|
Loading…
Reference in New Issue