summaryrefslogtreecommitdiff
path: root/tests/projects/dlang/shared_library
diff options
context:
space:
mode:
authorLiu <[email protected]>2019-12-02 21:32:50 +0800
committerLiu <[email protected]>2019-12-02 21:33:15 +0800
commit30d4183095aa5dcdb9cbe00b1b48e45ca31424fe (patch)
treeb8e47b54d84dab64cc9a65e101fcc947e52ea6cc /tests/projects/dlang/shared_library
parent45b739d927c89d93d85f626ab77dee70746c1cd3 (diff)
clear tail white space
Diffstat (limited to 'tests/projects/dlang/shared_library')
-rw-r--r--tests/projects/dlang/shared_library/xmake.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/projects/dlang/shared_library/xmake.lua b/tests/projects/dlang/shared_library/xmake.lua
index ced757e5e..7fa8b3b8a 100644
--- a/tests/projects/dlang/shared_library/xmake.lua
+++ b/tests/projects/dlang/shared_library/xmake.lua
@@ -8,7 +8,7 @@ target("interfaces")
set_kind("shared")
-- add files
- add_files("src/interfaces.d")
+ add_files("src/interfaces.d")
-- add target
target("test")
@@ -20,7 +20,7 @@ target("test")
add_deps("interfaces")
-- add files
- add_files("src/main.d")
+ add_files("src/main.d")
-- add links
add_links("interfaces")