diff options
| author | ruki <[email protected]> | 2025-12-03 21:09:34 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-12-03 21:09:34 +0800 |
| commit | 15bc55992bee2e78ba0989fe60e2eda98529e6f8 (patch) | |
| tree | 7f2b0c9f3dee049d2a1958b81d8374cec959a6a0 | |
| parent | a341c0d157853d62bf1537eee920f7822e3ef0d3 (diff) | |
format code
| -rw-r--r-- | xmake/modules/private/check/checkers/syntax.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
