From: Zhongxing Xu Date: Sun, 16 Nov 2008 04:14:33 +0000 (+0000) Subject: Fix 80-column violation. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2c228834fc226619c25a678394bab73dd1b1f85d;p=oota-llvm.git Fix 80-column violation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59385 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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() {