summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2009-06-03 11:54:28 +0000
committerDuncan Sands <baldrick@free.fr>2009-06-03 11:54:28 +0000
commit05a8c87bb2020a294a3a48e33a61952f1adedb91 (patch)
tree8a7c56bd47c3b3fcf1dbb13c09a2ac45ae572a28 /lib
parentd244909b766b89096c616784cdca5ab4522bb0e0 (diff)
downloadllvm-05a8c87bb2020a294a3a48e33a61952f1adedb91.tar.gz
llvm-05a8c87bb2020a294a3a48e33a61952f1adedb91.tar.bz2
llvm-05a8c87bb2020a294a3a48e33a61952f1adedb91.tar.xz
At a newline at the end of this file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72767 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/System/Atomic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/System/Atomic.cpp b/lib/System/Atomic.cpp
index cefd0bbf55..2827d88965 100644
--- a/lib/System/Atomic.cpp
+++ b/lib/System/Atomic.cpp
@@ -50,4 +50,4 @@ sys::cas_flag sys::CompareAndSwap(volatile sys::cas_flag* ptr,
#else
# error No compare-and-swap implementation for your platform!
#endif
-} \ No newline at end of file
+}