summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorlepelog <25211966+lepelog@users.noreply.github.com>2021-12-04 12:27:59 +0100
committerlepelog <25211966+lepelog@users.noreply.github.com>2021-12-04 12:27:59 +0100
commitd51f7bf0c6ddf533eee7e8d1ea4feedc7572142b (patch)
treef2c130b0e671ba8b68c431346e574d0e206784d2 /tools
parentc839b3336e5e1e15a0af621861d5da25b8bffbde (diff)
fix and format
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)