summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpportunityLiu <[email protected]>2019-07-17 17:16:04 +0800
committerOpportunityLiu <[email protected]>2019-07-19 11:48:32 +0800
commit4aa3db8ef3c5814c4ac5751a53435f6c6e824e66 (patch)
treefe46270c1050e03d0e1761fa40a146522e01483b
parent482dfde9fd5cfa7ca02d70d76baf4b3a25f1d2b1 (diff)
fix code style
-rw-r--r--xmake/plugins/project/vsxmake/getinfo.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmake/plugins/project/vsxmake/getinfo.lua b/xmake/plugins/project/vsxmake/getinfo.lua
index 205e0ac4b..8aba32ba4 100644
--- a/xmake/plugins/project/vsxmake/getinfo.lua
+++ b/xmake/plugins/project/vsxmake/getinfo.lua
@@ -107,9 +107,9 @@ function _get_values(target, name)
end
-- from opts
- for _, opt in ipairs(target:orderopts()) do
- table.join2(values, table.wrap(opt:get(name)))
- end
+ for _, opt in ipairs(target:orderopts()) do
+ table.join2(values, table.wrap(opt:get(name)))
+ end
-- from packages
for _, pkg in ipairs(target:orderpkgs()) do