summaryrefslogtreecommitdiff
path: root/xmake/actions/require/impl/environment.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-09-25 00:33:07 +0800
committerruki <[email protected]>2020-09-25 00:33:07 +0800
commit90af4956738036172984f068502624bbc515cae7 (patch)
tree7cd7177becaf98e676ae8eaa478f042e14505d3a /xmake/actions/require/impl/environment.lua
parent700f08a7bae11c22295f884610f98b7b99eb1790 (diff)
fix trailing white-space
Diffstat (limited to 'xmake/actions/require/impl/environment.lua')
-rw-r--r--xmake/actions/require/impl/environment.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmake/actions/require/impl/environment.lua b/xmake/actions/require/impl/environment.lua
index 5088cfd10..39ee7143f 100644
--- a/xmake/actions/require/impl/environment.lua
+++ b/xmake/actions/require/impl/environment.lua
@@ -11,7 +11,7 @@
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-- See the License for the specific language governing permissions and
-- limitations under the License.
---
+--
-- Copyright (C) 2015-2020, TBOOX Open Source Group.
--
-- @author ruki
@@ -34,7 +34,7 @@ import("package")
--
function enter()
- -- set search pathes of toolchains
+ -- set search pathes of toolchains
environment.enter("toolchains")
-- unzip is necessary
@@ -56,7 +56,7 @@ function enter()
table.join2(packages, package.install_packages("7z"))
end
- -- enter the environments of installed packages
+ -- enter the environments of installed packages
for _, instance in ipairs(packages) do
instance:envs_enter()
end
@@ -66,7 +66,7 @@ end
-- leave environment
function leave()
- -- leave the environments of installed packages
+ -- leave the environments of installed packages
for _, instance in irpairs(_g._PACKAGES) do
instance:envs_leave()
end