From 788e39687ed1240516f3a5ef7582d79944c49332 Mon Sep 17 00:00:00 2001 From: Zhongxing Xu Date: Sun, 16 Nov 2008 04:14:33 +0000 Subject: [PATCH] Fix 80-column violation. llvm-svn: 59385 --- llvm/include/llvm/ADT/ImmutableList.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/llvm/include/llvm/ADT/ImmutableList.h b/llvm/include/llvm/ADT/ImmutableList.h index 21b07e742da8..de6af7d5eb25 100644 --- a/llvm/include/llvm/ADT/ImmutableList.h +++ b/llvm/include/llvm/ADT/ImmutableList.h @@ -191,10 +191,10 @@ public: } }; -//===----------------------------------------------------------------------===// +//===----------------------------------------------------------------------===// // Partially-specialized Traits. -//===----------------------------------------------------------------------===// - +//===----------------------------------------------------------------------===// + template struct DenseMapInfo; template struct DenseMapInfo > { static inline ImmutableList getEmptyKey() {