WEDNESDAY, MAY 13, 2026
libstdc++
Remove trailing whitespace in shared_ptr_atomic.h
Removed trailing whitespace from a libstdc++ header file.
This commit removes trailing whitespace from the shared_ptr_atomic.h header file in libstdc++. This change improves code hygiene.
In Details
Whitespace-only change to libstdc++ header.
For Context
This commit pertains to the C++ standard library implementation within GCC. The change focuses on removing trailing whitespace, which doesn't affect functionality but enhances code style. Such changes contribute to a cleaner and more maintainable codebase.