From 993e4261d066a8aee7c1211e893e813c8bb383c9 Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Tue, 16 Jun 2009 20:53:09 +0000 Subject: Add newline at end of file. llvm-svn: 73551 --- llvm/lib/Support/Threading.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Support/Threading.cpp') diff --git a/llvm/lib/Support/Threading.cpp b/llvm/lib/Support/Threading.cpp index a5876487e05..15a4b915d13 100644 --- a/llvm/lib/Support/Threading.cpp +++ b/llvm/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 +} -- cgit v1.2.3