diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2011-10-17 21:48:31 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2011-10-17 21:48:31 +0000 |
commit | 7f20c7c44e1bdee69177fd0d2499d3b53e928cdb (patch) | |
tree | 392495948510b93c5e01261569261a8ced510edf | |
parent | 66d5ce11b9426f6a59f61a03cbd8dbf047cc9350 (diff) |
Add missing newline.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142285 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/atomic-ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/atomic-ops.c b/test/CodeGen/atomic-ops.c index 0ae70b1b37..3885d76b6d 100644 --- a/test/CodeGen/atomic-ops.c +++ b/test/CodeGen/atomic-ops.c @@ -80,4 +80,4 @@ int lock_free() { // CHECK: @lock_free // CHECK: ret i32 1 return __atomic_is_lock_free(sizeof(_Atomic(int))); -}
\ No newline at end of file +} |