[gcc r17-1340] libstdc++: Remove trailing whitespace in debug/safe_iterator.h
Jonathan Wakely
redi@gcc.gnu.org
Thu Jun 4 12:56:00 GMT 2026
https://gcc.gnu.org/g:a0d353d21d2256c1f32ead923c10d7a75efd8d4b
commit r17-1340-ga0d353d21d2256c1f32ead923c10d7a75efd8d4b
Author: Jonathan Wakely <jwakely@redhat.com>
Date: Thu Jun 4 13:54:02 2026 +0100
libstdc++: Remove trailing whitespace in debug/safe_iterator.h
libstdc++-v3/ChangeLog:
* include/debug/safe_iterator.h: Remove trailing whitespace.
Diff:
---
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);
}
More information about the Libstdc++-cvs
mailing list