From 15bc55992bee2e78ba0989fe60e2eda98529e6f8 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 3 Dec 2025 21:09:34 +0800 Subject: format code --- xmake/modules/private/check/checkers/syntax.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/modules/private/check/checkers/syntax.lua b/xmake/modules/private/check/checkers/syntax.lua index 85373b568..7da098871 100644 --- a/xmake/modules/private/check/checkers/syntax.lua +++ b/xmake/modules/private/check/checkers/syntax.lua @@ -121,7 +121,7 @@ function _check(opt) local sourcefiles = opt.files local targetnames = opt.targets local jobs = opt.jobs and tonumber(opt.jobs) or nil - + local check_time = os.mclock() local build_opt = {linkjobs = false} if jobs then -- cgit v1.3.1