[llvm-commits] [llvm] r59385 - /llvm/trunk/include/llvm/ADT/ImmutableList.h

Zhongxing Xu xuzhongxing at gmail.com
Sat Nov 15 20:14:33 PST 2008


Author: zhongxingxu
Date: Sat Nov 15 22:14:33 2008
New Revision: 59385

URL: http://llvm.org/viewvc/llvm-project?rev=59385&view=rev
Log:
Fix 80-column violation.

Modified:
    llvm/trunk/include/llvm/ADT/ImmutableList.h

Modified: llvm/trunk/include/llvm/ADT/ImmutableList.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/ImmutableList.h?rev=59385&r1=59384&r2=59385&view=diff

==============================================================================
--- llvm/trunk/include/llvm/ADT/ImmutableList.h (original)
+++ llvm/trunk/include/llvm/ADT/ImmutableList.h Sat Nov 15 22:14:33 2008
@@ -191,10 +191,10 @@
   }
 };
   
-//===----------------------------------------------------------------------===//  
+//===----------------------------------------------------------------------===//
 // Partially-specialized Traits.
-//===----------------------------------------------------------------------===//  
-  
+//===----------------------------------------------------------------------===//
+
 template<typename T> struct DenseMapInfo;
 template<typename T> struct DenseMapInfo<ImmutableList<T> > {
   static inline ImmutableList<T> getEmptyKey() {





More information about the llvm-commits mailing list