From 0c6c01bde88616f1d7c17556e76cc892ecdaa5bd Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 19 Nov 2025 23:03:37 +0800 Subject: format code --- xmake/modules/private/check/checkers/clang/tidy.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}) -- cgit v1.3.1