fix and format

This commit is contained in:
lepelog
2021-12-04 12:27:59 +01:00
parent c839b3336e
commit d51f7bf0c6
4 changed files with 16 additions and 17 deletions
+1 -1
View File
@@ -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)