]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Remove redundant parentheses in preprocessor condition
authorJonathan Wakely <jwakely@redhat.com>
Wed, 11 Jun 2025 12:29:30 +0000 (13:29 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 11 Jun 2025 21:38:59 +0000 (22:38 +0100)
Also indent the group controlled by the condition.

libstdc++-v3/ChangeLog:

* libsupc++/exception: Remove redundant parentheses and adjust
whitespace.

libstdc++-v3/libsupc++/exception

index 246c9b18563826981bfd2162b690776dd58f79be..8c3bb33c831b4573762f6501e9ab3dfd261f4f8f 100644 (file)
@@ -164,9 +164,9 @@ _GLIBCXX_END_NAMESPACE_VERSION
 
 } // extern "C++"
 
-#if (__cplusplus >= 201103L)
-#include <bits/exception_ptr.h>
-#include <bits/nested_exception.h>
+#if __cplusplus >= 201103L
+# include <bits/exception_ptr.h>
+# include <bits/nested_exception.h>
 #endif
 
 #endif