From: Jonathan Wakely Date: Fri, 1 Nov 2024 12:25:07 +0000 (+0000) Subject: libstdc++: Remove stray whitespace in #endif X-Git-Tag: basepoints/gcc-16~4715 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=063196e3933ddbe6c662f4996f68567d348a99f1;p=thirdparty%2Fgcc.git 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 --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 /**