From: Owen Anderson Date: Tue, 16 Jun 2009 20:53:09 +0000 (+0000) Subject: Add newline at end of file. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1cca27ebb6bdf60cfc84be1afc2f77c16c6c393e;p=oota-llvm.git Add newline at end of file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73551 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/Threading.cpp b/lib/Support/Threading.cpp index a5876487e05..15a4b915d13 100644 --- a/lib/Support/Threading.cpp +++ b/lib/Support/Threading.cpp @@ -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 +}