From 9e7a601eaf8de846cee7ada9218346acf6bb864d Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Wed, 24 Aug 2005 14:03:07 +0000 Subject: [PATCH] Wrap long lines git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23009 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ADT/hash_map.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/llvm/ADT/hash_map.in b/include/llvm/ADT/hash_map.in index 1249dbbc488..0b27ed3f17a 100644 --- a/include/llvm/ADT/hash_map.in +++ b/include/llvm/ADT/hash_map.in @@ -84,7 +84,8 @@ template , class _EqualKey = equal_to, class _A = allocator > -class hash_map : public rw_hashmap { +class hash_map : public rw_hashmap { }; template , class _EqualKey = equal_to, class _A = allocator > -class hash_multimap : public rw_hashmultimap { +class hash_multimap : public rw_hashmultimap { }; } // end HASH_NAMESPACE; -- 2.34.1