summaryrefslogtreecommitdiff
path: root/tests/projects/objc++
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/objc++
parent45b739d927c89d93d85f626ab77dee70746c1cd3 (diff)
clear tail white space
Diffstat (limited to 'tests/projects/objc++')
-rw-r--r--tests/projects/objc++/console/xmake.lua2
-rw-r--r--tests/projects/objc++/modulemap/xmake.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/projects/objc++/console/xmake.lua b/tests/projects/objc++/console/xmake.lua
index 8fba2d568..d701c3723 100644
--- a/tests/projects/objc++/console/xmake.lua
+++ b/tests/projects/objc++/console/xmake.lua
@@ -18,5 +18,5 @@ target("console_objc++")
set_kind("binary")
-- add files
- add_files("src/*.mm")
+ add_files("src/*.mm")
diff --git a/tests/projects/objc++/modulemap/xmake.lua b/tests/projects/objc++/modulemap/xmake.lua
index a7cdbc308..efd641f1b 100644
--- a/tests/projects/objc++/modulemap/xmake.lua
+++ b/tests/projects/objc++/modulemap/xmake.lua
@@ -1,6 +1,6 @@
target("modulemap")
set_kind("binary")
- add_files("src/*.mm", "src/*.m")
+ add_files("src/*.mm", "src/*.m")
add_mxxflags("-fmodules", "-fcxx-modules", "-fmodule-map-file=src/module.modulemap")