mozjs78/spidermonkey_style_check_di...

12 lines
336 B
Diff
Raw Permalink Normal View History

2020-08-03 15:36:59 +00:00
--- a/config/check_spidermonkey_style.py
+++ b/config/check_spidermonkey_style.py
2021-03-25 08:36:57 +00:00
@@ -779,6 +779,7 @@ def tarjan(V, E):
2020-08-03 15:36:59 +00:00
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