From 30d4183095aa5dcdb9cbe00b1b48e45ca31424fe Mon Sep 17 00:00:00 2001 From: Liu Date: Mon, 2 Dec 2019 21:32:50 +0800 Subject: clear tail white space --- tests/projects/objc++/modulemap/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/projects/objc++/modulemap/xmake.lua') 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") -- cgit v1.3.1