Fix 80-column violation.
authorZhongxing Xu <xuzhongxing@gmail.com>
Sun, 16 Nov 2008 04:14:33 +0000 (04:14 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Sun, 16 Nov 2008 04:14:33 +0000 (04:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59385 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/ImmutableList.h

index 21b07e742da88b02959ce64d1ac309e6caa2ae66..de6af7d5eb2594bf0107077d9437caad9d9b042e 100644 (file)
@@ -191,10 +191,10 @@ public:
   }
 };
   
-//===----------------------------------------------------------------------===//  
+//===----------------------------------------------------------------------===//
 // Partially-specialized Traits.
-//===----------------------------------------------------------------------===//  
-  
+//===----------------------------------------------------------------------===//
+
 template<typename T> struct DenseMapInfo;
 template<typename T> struct DenseMapInfo<ImmutableList<T> > {
   static inline ImmutableList<T> getEmptyKey() {