[committed] libstdc++: Fix formatting of filesystem directory iterators
Checks
Commit Message
Tested x86_64-linux. Pushed to trunk.
-- >8 --
Fix indentation.
libstdc++-v3/ChangeLog:
* include/bits/fs_dir.h (operator==(default_sentinel_t)): Fix
indentation.
---
libstdc++-v3/include/bits/fs_dir.h | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
@@ -449,10 +449,10 @@ _GLIBCXX_BEGIN_NAMESPACE_CXX11
}
#if __cplusplus >= 202002L
- // _GLIBCXX_RESOLVE_LIB_DEFECTS
- // 3719. Directory iterators should be usable with default sentinel
- bool operator==(default_sentinel_t) const noexcept
- { return !_M_dir; }
+ // _GLIBCXX_RESOLVE_LIB_DEFECTS
+ // 3719. Directory iterators should be usable with default sentinel
+ bool operator==(default_sentinel_t) const noexcept
+ { return !_M_dir; }
#endif
#if __cpp_impl_three_way_comparison < 201907L
@@ -565,10 +565,10 @@ _GLIBCXX_BEGIN_NAMESPACE_CXX11
}
#if __cplusplus >= 202002L
- // _GLIBCXX_RESOLVE_LIB_DEFECTS
- // 3719. Directory iterators should be usable with default sentinel
- bool operator==(default_sentinel_t) const noexcept
- { return !_M_dirs; }
+ // _GLIBCXX_RESOLVE_LIB_DEFECTS
+ // 3719. Directory iterators should be usable with default sentinel
+ bool operator==(default_sentinel_t) const noexcept
+ { return !_M_dirs; }
#endif
#if __cpp_impl_three_way_comparison < 201907L