summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/tp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tp.py b/tools/tp.py
index ce9d0bdab3..bc94d11ea2 100644
--- a/tools/tp.py
+++ b/tools/tp.py
@@ -1046,7 +1046,7 @@ def find_used_asm_files(non_matching, use_progress_bar=True):
def clang_format_impl(file):
- cmd = ["clang-format", "-i", str(file)]
+ cmd = ["clang-format-10", "-i", str(file)]
cf = subprocess.run(args=cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)