Fixing whitespace problems
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@111750 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/ext/hash_map b/include/ext/hash_map
index c337442..a541d37 100644
--- a/include/ext/hash_map
+++ b/include/ext/hash_map
@@ -254,7 +254,7 @@
{return static_cast<const _Pred&>(*this)(__x, __y.first);}
bool operator()(const _Tp& __x, const typename _Tp::first_type& __y) const
{return static_cast<const _Pred&>(*this)(__x.first, __y);}
- bool operator()(const typename _Tp::first_type& __x,
+ bool operator()(const typename _Tp::first_type& __x,
const typename _Tp::first_type& __y) const
{return static_cast<const _Pred&>(*this)(__x, __y);}
};
@@ -312,7 +312,7 @@
{
__x.__value_constructed = false;
}
-#else
+#else // _LIBCPP_MOVE
__hash_map_node_destructor(const __hash_node_destructor<allocator_type>& __x)
: __na_(__x.__na_),
__first_constructed(__x.__value_constructed),
@@ -320,7 +320,7 @@
{
const_cast<bool&>(__x.__value_constructed) = false;
}
-#endif
+#endif // _LIBCPP_MOVE
void operator()(pointer __p)
{