Add missing newline.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142285 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/atomic-ops.c b/test/CodeGen/atomic-ops.c
index 0ae70b1..3885d76 100644
--- a/test/CodeGen/atomic-ops.c
+++ b/test/CodeGen/atomic-ops.c
@@ -80,4 +80,4 @@
   // CHECK: @lock_free
   // CHECK: ret i32 1
   return __atomic_is_lock_free(sizeof(_Atomic(int)));
-}
\ No newline at end of file
+}