aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System
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
commitd3e7a266de0a208a71e9078db9e41ddc50740815 (patch)
tree8a7c56bd47c3b3fcf1dbb13c09a2ac45ae572a28 /lib/System
parent8e2fd2c5eaab5b10a8573a4a73cbd944b609bf20 (diff)
downloadexternal_llvm-d3e7a266de0a208a71e9078db9e41ddc50740815.zip
external_llvm-d3e7a266de0a208a71e9078db9e41ddc50740815.tar.gz
external_llvm-d3e7a266de0a208a71e9078db9e41ddc50740815.tar.bz2
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/System')
-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 cefd0bb..2827d88 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
+}