summaryrefslogtreecommitdiffstats
path: root/libcxx/include/ext
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2019-10-23 10:40:15 -0700
committerLouis Dionne <ldionne@apple.com>2019-10-23 11:19:19 -0700
commit6b77ebdc919d9212f50fd353b1da0d84d3815bf3 (patch)
tree812aad93c9f6fb083eecfb6fc1f4d668b2112dec /libcxx/include/ext
parent684ebc605e0b7f8782e634e1bb3621a9b0ec674f (diff)
downloadbcm5719-llvm-6b77ebdc919d9212f50fd353b1da0d84d3815bf3.tar.gz
bcm5719-llvm-6b77ebdc919d9212f50fd353b1da0d84d3815bf3.zip
[NFC] Strip trailing whitespace from libc++
Diffstat (limited to 'libcxx/include/ext')
-rw-r--r--libcxx/include/ext/hash_map4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/include/ext/hash_map b/libcxx/include/ext/hash_map
index 20f778be971..09beaa607d8 100644
--- a/libcxx/include/ext/hash_map
+++ b/libcxx/include/ext/hash_map
@@ -394,10 +394,10 @@ public:
return __t;
}
- friend _LIBCPP_INLINE_VISIBILITY
+ friend _LIBCPP_INLINE_VISIBILITY
bool operator==(const __hash_map_iterator& __x, const __hash_map_iterator& __y)
{return __x.__i_ == __y.__i_;}
- friend _LIBCPP_INLINE_VISIBILITY
+ friend _LIBCPP_INLINE_VISIBILITY
bool operator!=(const __hash_map_iterator& __x, const __hash_map_iterator& __y)
{return __x.__i_ != __y.__i_;}
OpenPOWER on IntegriCloud