]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Remove stray whitespace in #endif
authorJonathan Wakely <jwakely@redhat.com>
Fri, 1 Nov 2024 12:25:07 +0000 (12:25 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 1 Nov 2024 16:13:30 +0000 (16:13 +0000)
This isn't nested within another #if group so shouldn't be indented like
this.

libstdc++-v3/ChangeLog:

* libsupc++/typeinfo: Remove whitespace in #endif

libstdc++-v3/libsupc++/typeinfo

index 71066eb1e4650cf607b00e3ae3a509dbc14de77d..721268cb3fa3ab84ab280db0fc29778fe5b1d3cb 100644 (file)
@@ -212,7 +212,7 @@ namespace std
     return false;
 #endif
   }
-# endif
+#endif
 
 
   /**