https://gcc.gnu.org/g:063196e3933ddbe6c662f4996f68567d348a99f1
commit r15-4838-g063196e3933ddbe6c662f4996f68567d348a99f1 Author: Jonathan Wakely <jwak...@redhat.com> Date: Fri Nov 1 12:25:07 2024 +0000 libstdc++: Remove stray whitespace in #endif This isn't nested within another #if group so shouldn't be indented like this. libstdc++-v3/ChangeLog: * libsupc++/typeinfo: Remove whitespace in #endif Diff: --- libstdc++-v3/libsupc++/typeinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstdc++-v3/libsupc++/typeinfo b/libstdc++-v3/libsupc++/typeinfo index 71066eb1e465..721268cb3fa3 100644 --- a/libstdc++-v3/libsupc++/typeinfo +++ b/libstdc++-v3/libsupc++/typeinfo @@ -212,7 +212,7 @@ namespace std return false; #endif } -# endif +#endif /**