From 2c228834fc226619c25a678394bab73dd1b1f85d 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59385 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ADT/ImmutableList.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/llvm/ADT/ImmutableList.h b/include/llvm/ADT/ImmutableList.h index 21b07e742da..de6af7d5eb2 100644 --- a/include/llvm/ADT/ImmutableList.h +++ b/include/llvm/ADT/ImmutableList.h @@ -191,10 +191,10 @@ public: } }; -//===----------------------------------------------------------------------===// +//===----------------------------------------------------------------------===// // Partially-specialized Traits. -//===----------------------------------------------------------------------===// - +//===----------------------------------------------------------------------===// + template struct DenseMapInfo; template struct DenseMapInfo > { static inline ImmutableList getEmptyKey() { -- 2.34.1