From 36c16692152b6bc66122c26fcd90e82469020a21 Mon Sep 17 00:00:00 2001 From: Paul Rouget Date: Wed, 30 Oct 2019 11:00:41 +0100 Subject: Format support/hololens/ --- python/servo/testing_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/servo/testing_commands.py') diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index c92449cd047..53e7c3c901f 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -810,7 +810,7 @@ def setup_clangfmt(all_files): return False, None, None gitcmd = ['git', 'ls-files'] if not all_files: - gitcmd.append('-m') + gitcmd.append('-m') gitfiles = subprocess.check_output(gitcmd + CLANGFMT_CPP_DIRS).splitlines() filtered = [line for line in gitfiles if line.endswith(".h") or line.endswith(".cpp")] return True, cmd, filtered -- cgit v1.2.3