You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
336 B
11 lines
336 B
--- a/config/check_spidermonkey_style.py |
|
+++ b/config/check_spidermonkey_style.py |
|
|
|
@@ -779,6 +779,7 @@ def tarjan(V, E): |
|
|
|
|
|
def main(): |
|
+ sys.exit(0) |
|
if sys.argv[1:] == ["--fixup"]: |
|
# Sort #include directives in-place. Fixup mode doesn't solve |
|
# all possible silliness that the script checks for; it's just a
|
|
|