diff options
| author | ruki <[email protected]> | 2020-04-07 00:56:02 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-06 23:36:13 +0800 |
| commit | a983b0ad54b45112f777d37b6338fa5ccf10c5c6 (patch) | |
| tree | 928154fc667aed236316cc9f1793e048504c26b1 /xmake/plugins/project | |
| parent | 62784952dc36f0ea9e3e5f764f5f9c094a74f1e5 (diff) | |
fix code style
Diffstat (limited to 'xmake/plugins/project')
| -rw-r--r-- | xmake/plugins/project/vsxmake/vsxmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/project/vsxmake/vsxmake.lua b/xmake/plugins/project/vsxmake/vsxmake.lua index 2fad52429..bca71863c 100644 --- a/xmake/plugins/project/vsxmake/vsxmake.lua +++ b/xmake/plugins/project/vsxmake/vsxmake.lua @@ -56,7 +56,7 @@ function _buildparams(info, target, default) if target then opt = table.join(target, opt) end - for _,k in ipairs(opt) do + for _, k in ipairs(opt) do local v = (i._sub or {})[k] or (i._sub2 or {})[k] or (i._sub3 or {})[k] or (i._sub4 or {})[k]or i[k] if v == nil then raise("key '" .. k .. "' not found") |
