From ff30b7d173f87ec76970d6f03e863a7b9d450405 Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Tue, 16 Jun 2009 20:23:05 +0000 Subject: [PATCH] Fix/cleanup trailing newlines. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73546 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/Threading.h | 2 +- lib/System/RWMutex.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/llvm/Support/Threading.h b/include/llvm/Support/Threading.h index 400de14082b..bac11a23800 100644 --- a/include/llvm/Support/Threading.h +++ b/include/llvm/Support/Threading.h @@ -42,4 +42,4 @@ namespace llvm { void llvm_release_global_lock(); } -#endif \ No newline at end of file +#endif diff --git a/lib/System/RWMutex.cpp b/lib/System/RWMutex.cpp index a781a379ed4..6cf2076cb07 100644 --- a/lib/System/RWMutex.cpp +++ b/lib/System/RWMutex.cpp @@ -166,4 +166,3 @@ RWMutex::writer_release() #warning Neither LLVM_ON_UNIX nor LLVM_ON_WIN32 was set in System/Mutex.cpp #endif #endif - -- 2.34.1