[committed] libstdc++: Remove stray whitespace in #endif

Message ID 20241101161552.1875132-1-jwakely@redhat.com
State Committed
Commit 063196e3933ddbe6c662f4996f68567d348a99f1
Headers
Series [committed] libstdc++: Remove stray whitespace in #endif |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gcc_build--master-aarch64 fail Patch failed to apply
linaro-tcwg-bot/tcwg_gcc_build--master-arm fail Patch failed to apply

Commit Message

Jonathan Wakely Nov. 1, 2024, 4:15 p.m. UTC
  This isn't nested within another #if group so shouldn't be indented like
this.

libstdc++-v3/ChangeLog:

	* libsupc++/typeinfo: Remove whitespace in #endif
---
Pushed as obvious.

 libstdc++-v3/libsupc++/typeinfo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/libstdc++-v3/libsupc++/typeinfo b/libstdc++-v3/libsupc++/typeinfo
index 71066eb1e46..721268cb3fa 100644
--- a/libstdc++-v3/libsupc++/typeinfo
+++ b/libstdc++-v3/libsupc++/typeinfo
@@ -212,7 +212,7 @@  namespace std
     return false;
 #endif
   }
-# endif
+#endif
 
 
   /**