diff options
| author | HapiFive <[email protected]> | 2024-05-15 09:41:38 +0800 |
|---|---|---|
| committer | HapiFive <[email protected]> | 2024-05-15 09:41:38 +0800 |
| commit | c99de3a2fd7afdd1d2e12f05bbe5d4c0b52b8da9 (patch) | |
| tree | 021e0bb51fb617c6cc72ebc8ba4c1b3d78393522 | |
| parent | 83d6ad82b6fa8f6c46ccaca69ea1903c23e1e66b (diff) | |
fix code format
| -rw-r--r-- | xmake/rules/qt/ts/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/qt/ts/xmake.lua b/xmake/rules/qt/ts/xmake.lua index 37420eb6b..289f1fa60 100644 --- a/xmake/rules/qt/ts/xmake.lua +++ b/xmake/rules/qt/ts/xmake.lua @@ -36,7 +36,7 @@ rule("qt.ts") end assert(os.isexec(lupdate), "lupdate not found!") assert(os.isexec(lrelease), "lrelease not found!") - for _,tsfile in ipairs(sourcefile_ts) do + for _, tsfile in ipairs(sourcefile_ts) do local tsargv = {} table.join2(tsargv, lupdate_argv) table.join2(tsargv, {"-ts", path(tsfile)}) |
