diff options
author | Owen Anderson <resistor@mac.com> | 2009-06-16 20:23:05 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2009-06-16 20:23:05 +0000 |
commit | c0aa418a6a26da5e8fc16899b25c7a9026373165 (patch) | |
tree | 340aa08f913f04dfec672c7efd44e34c19979802 /lib/System/RWMutex.cpp | |
parent | 0c2185abe3d02d472621c1ae025543a1cefa492c (diff) | |
download | external_llvm-c0aa418a6a26da5e8fc16899b25c7a9026373165.zip external_llvm-c0aa418a6a26da5e8fc16899b25c7a9026373165.tar.gz external_llvm-c0aa418a6a26da5e8fc16899b25c7a9026373165.tar.bz2 |
Fix/cleanup trailing newlines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73546 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System/RWMutex.cpp')
-rw-r--r-- | lib/System/RWMutex.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/System/RWMutex.cpp b/lib/System/RWMutex.cpp index a781a37..6cf2076 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 - |