diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2024-11-01 12:25:07 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2024-11-01 16:13:30 +0000 |
commit | 063196e3933ddbe6c662f4996f68567d348a99f1 (patch) | |
tree | 12f9dea18815a9c2dfd6c117c145bf7907b34aa6 /libstdc++-v3 | |
parent | 9646a4cdc6266ab403ceeb6a40b93e72b0166941 (diff) | |
download | gcc-063196e3933ddbe6c662f4996f68567d348a99f1.zip gcc-063196e3933ddbe6c662f4996f68567d348a99f1.tar.gz gcc-063196e3933ddbe6c662f4996f68567d348a99f1.tar.bz2 |
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
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/libsupc++/typeinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/libsupc++/typeinfo b/libstdc++-v3/libsupc++/typeinfo index 71066eb..721268cb 100644 --- a/libstdc++-v3/libsupc++/typeinfo +++ b/libstdc++-v3/libsupc++/typeinfo @@ -212,7 +212,7 @@ namespace std return false; #endif } -# endif +#endif /** |