Fix 80-column violation.

llvm-svn: 59385
This commit is contained in:
Zhongxing Xu 2008-11-16 04:14:33 +00:00
parent 625c6f79b2
commit 788e39687e
1 changed files with 3 additions and 3 deletions

View 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() {