Add newline at end of file.
authorOwen Anderson <resistor@mac.com>
Tue, 16 Jun 2009 20:53:09 +0000 (20:53 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 16 Jun 2009 20:53:09 +0000 (20:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73551 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/Threading.cpp

index a5876487e055890fcd0436f5137bb7c3c7ed1239..15a4b915d13580cddbc54e56057c9d16a4ca3ecd 100644 (file)
@@ -60,4 +60,4 @@ void llvm::llvm_acquire_global_lock() {
 
 void llvm::llvm_release_global_lock() {
   if (multithreaded_mode) global_lock->release();
-}
\ No newline at end of file
+}