GCC Newspaper
JUNE 15, 2026
Date
/
Architectures
Components
Topics
News & Policy
Other
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.

Filed Under: libstdc++whitespace