aboutsummaryrefslogtreecommitdiff
path: root/contrib/check_GNU_style_lib.py
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/check_GNU_style_lib.py')
-rwxr-xr-xcontrib/check_GNU_style_lib.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/check_GNU_style_lib.py b/contrib/check_GNU_style_lib.py
index faf30c4..fccb3d6 100755
--- a/contrib/check_GNU_style_lib.py
+++ b/contrib/check_GNU_style_lib.py
@@ -285,6 +285,9 @@ def check_GNU_style_file(file, format):
# Skip testsuite files
if 'testsuite' in t or t.endswith('.py'):
continue
+ # Libstdc++ does not use GNU style
+ if t.startswith('libstdc++-v3/'):
+ continue
for hunk in pfile:
delta = 0