Landing: a0d353d21d22

Project / Subsystem

gcc / libstdc++

Date

2026-06-04

Author

Jonathan Wakely

Commit

a0d353d21d2256c1f32ead923c10d7a75efd8d4b

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
libstdc++
patch_id
commit_hash
a0d353d21d2256c1f32ead923c10d7a75efd8d4b
source_type
github
headline
libstdc++ removes trailing whitespace from debug/safe_iterator.h.
tldr
Trailing whitespace is removed from `libstdc++/include/debug/safe_iterator.h` for code hygiene.
author
Jonathan Wakely
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • code-quality
  • refactor
discussion_id_link
bugzilla_pr
date
2026-06-04T00:00:00.000Z

This commit addresses a minor code hygiene issue by removing trailing whitespace from the libstdc++/include/debug/safe_iterator.h file. This change has no functional impact but improves consistency with coding style guidelines.