From: Reid Spencer Date: Wed, 24 Aug 2005 10:57:30 +0000 (+0000) Subject: Remove some tabs. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ca09bd0732e64461acd2d92c356a3237ab9de7d1;p=oota-llvm.git Remove some tabs. Wrap a line. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23008 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ADT/hash_set.in b/include/llvm/ADT/hash_set.in index 1557579cd4a..533b7574060 100644 --- a/include/llvm/ADT/hash_set.in +++ b/include/llvm/ADT/hash_set.in @@ -83,10 +83,11 @@ template struct hash { */ template , - class _EqualKey = equal_to, - class _A = allocator > -class hash_set : public rw_hashset { + class _HashFcn = hash, + class _EqualKey = equal_to, + class _A = allocator > +class hash_set : + public rw_hashset { }; } // end HASH_NAMESPACE;