libstdc++-v3/ChangeLog:
* include/debug/safe_iterator.h: Remove trailing whitespace.
---
Pushed to trunk.
libstdc++-v3/include/debug/safe_iterator.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libstdc++-v3/include/debug/safe_iterator.h
b/libstdc++-v3/include/debug/safe_iterator.h
index 4da3d2bb3d46..77e45ae073eb 100644
--- a/libstdc++-v3/include/debug/safe_iterator.h
+++ b/libstdc++-v3/include/debug/safe_iterator.h
@@ -1149,7 +1149,7 @@ namespace __gnu_debug
inline bool
__can_advance(const _Safe_iterator<_Iterator, _Sequence, _Category>& __it,
_Size __n)
- {
+ {
if (std::__is_constant_evaluated())
return true;
@@ -1166,7 +1166,7 @@ namespace __gnu_debug
{
if (std::__is_constant_evaluated())
return true;
-
+
return __it._M_can_advance(__dist, __way);
}
--
2.54.0