summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-11-19 23:03:37 +0800
committerruki <[email protected]>2025-11-19 23:03:37 +0800
commit0c6c01bde88616f1d7c17556e76cc892ecdaa5bd (patch)
tree14216336ca9549226111d3a3a7f18811a2d84658
parent45681ed37c33d0f5764d65dae2e0e8e31091f72e (diff)
format code
-rw-r--r--xmake/modules/private/check/checkers/clang/tidy.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/check/checkers/clang/tidy.lua b/xmake/modules/private/check/checkers/clang/tidy.lua
index 850411c66..fc42a77cc 100644
--- a/xmake/modules/private/check/checkers/clang/tidy.lua
+++ b/xmake/modules/private/check/checkers/clang/tidy.lua
@@ -153,8 +153,8 @@ function _check_sourcefiles(clang_tidy, sourcefiles, opt)
table.insert(argv, "--quiet")
end
- local analyze_time = os.mclock()
-- run clang-tidy
+ local analyze_time = os.mclock()
runjobs("checker.tidy", function (index, total, job_opt)
local sourcefile = sourcefiles[index]
local tidy_argv = table.join(argv, {sourcefile})