diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2005-08-24 10:57:30 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2005-08-24 10:57:30 +0000 |
commit | ca09bd0732e64461acd2d92c356a3237ab9de7d1 (patch) | |
tree | 7757183bbce30c227ff5d57c43934136099346aa | |
parent | 0ced4fbcd73eb1a824f7454e8573b12421ac1e86 (diff) |
Remove some tabs.
Wrap a line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23008 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/ADT/hash_set.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/include/llvm/ADT/hash_set.in b/include/llvm/ADT/hash_set.in index 1557579cd4..533b757406 100644 --- a/include/llvm/ADT/hash_set.in +++ b/include/llvm/ADT/hash_set.in @@ -83,10 +83,11 @@ template <class DataType> struct hash { */ template <typename ValueType, - class _HashFcn = hash<ValueType>, - class _EqualKey = equal_to<ValueType>, - class _A = allocator <ValueType> > -class hash_set : public rw_hashset<ValueType, class _HashFcn, class _EqualKey, class _A> { + class _HashFcn = hash<ValueType>, + class _EqualKey = equal_to<ValueType>, + class _A = allocator <ValueType> > +class hash_set : + public rw_hashset<ValueType, class _HashFcn, class _EqualKey, class _A> { }; } // end HASH_NAMESPACE; |