Skip to content

Commit

Permalink
Trailing dot that shouldn't have been committed.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@280609 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
jsonn committed Sep 4, 2016
1 parent 7f83ce3 commit 6916520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Headers/stdatomic.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ extern "C" {
#define ATOMIC_VAR_INIT(value) (value)
#define atomic_init __c11_atomic_init

/* 7.17.3 Order and consistency */.
/* 7.17.3 Order and consistency */

typedef enum memory_order {
memory_order_relaxed = __ATOMIC_RELAXED,
Expand Down

0 comments on commit 6916520

Please sign in to comment.