Add newline at end of file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73551 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Owen Anderson 2009-06-16 20:53:09 +00:00
parent d76a0775f1
commit 1cca27ebb6

View File

@ -60,4 +60,4 @@ void llvm::llvm_acquire_global_lock() {
void llvm::llvm_release_global_lock() {
if (multithreaded_mode) global_lock->release();
}
}