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
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 /**