https://gcc.gnu.org/g:f197b2a49166546134cf9d99b9f02756185fb8d3

commit r15-11256-gf197b2a49166546134cf9d99b9f02756185fb8d3
Author: Jonathan Wakely <[email protected]>
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.
    
    (cherry picked from commit a0d353d21d2256c1f32ead923c10d7a75efd8d4b)

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 0a5ef0097751..6a82e2bf1876 100644
--- a/libstdc++-v3/include/debug/safe_iterator.h
+++ b/libstdc++-v3/include/debug/safe_iterator.h
@@ -1143,7 +1143,7 @@ namespace __gnu_debug
     inline bool
     __can_advance(const _Safe_iterator<_Iterator, _Sequence, _Category>& __it,
                  _Size __n)
-    { 
+    {
       if (std::__is_constant_evaluated())
        return true;
 
@@ -1160,7 +1160,7 @@ namespace __gnu_debug
     {
       if (std::__is_constant_evaluated())
        return true;
-    
+
       return __it._M_can_advance(__dist, __way);
     }

Reply via email to