[llvm-commits] [llvm] r73546 - in /llvm/trunk: include/llvm/Support/Threading.h lib/System/RWMutex.cpp

Owen Anderson resistor at mac.com
Tue Jun 16 13:23:05 PDT 2009


Author: resistor
Date: Tue Jun 16 15:23:05 2009
New Revision: 73546

URL: http://llvm.org/viewvc/llvm-project?rev=73546&view=rev
Log:
Fix/cleanup trailing newlines.

Modified:
    llvm/trunk/include/llvm/Support/Threading.h
    llvm/trunk/lib/System/RWMutex.cpp

Modified: llvm/trunk/include/llvm/Support/Threading.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/Threading.h?rev=73546&r1=73545&r2=73546&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Support/Threading.h (original)
+++ llvm/trunk/include/llvm/Support/Threading.h Tue Jun 16 15:23:05 2009
@@ -42,4 +42,4 @@
   void llvm_release_global_lock();
 }
 
-#endif
\ No newline at end of file
+#endif

Modified: llvm/trunk/lib/System/RWMutex.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/System/RWMutex.cpp?rev=73546&r1=73545&r2=73546&view=diff

==============================================================================
--- llvm/trunk/lib/System/RWMutex.cpp (original)
+++ llvm/trunk/lib/System/RWMutex.cpp Tue Jun 16 15:23:05 2009
@@ -166,4 +166,3 @@
 #warning Neither LLVM_ON_UNIX nor LLVM_ON_WIN32 was set in System/Mutex.cpp
 #endif
 #endif
-





More information about the llvm-commits mailing list