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
This commit is contained in:
Jonathan Wakely 2024-11-01 12:25:07 +00:00 committed by Jonathan Wakely
parent 9646a4cdc6
commit 063196e393
No known key found for this signature in database

View File

@ -212,7 +212,7 @@ namespace std
return false;
#endif
}
# endif
#endif
/**