[libcxx] [www] Strip trailing whitespace.
Fixes D37318. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@312262 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -115,7 +115,7 @@ __has_feature(__atomic_flag) == 1
|
||||
__has_feature(__atomic_exchange_seq_cst_j) == 1
|
||||
__has_feature(__atomic_store_seq_cst_j) == 1
|
||||
|
||||
typedef unsigned int __atomic_flag__;
|
||||
typedef unsigned int __atomic_flag__;
|
||||
|
||||
unsigned int __atomic_exchange_seq_cst(unsigned int volatile*, unsigned int)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user