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/c++/static_library/xmake.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/projects/c++/static_library/xmake.lua') diff --git a/tests/projects/c++/static_library/xmake.lua b/tests/projects/c++/static_library/xmake.lua index b084aab18..9c82ee074 100644 --- a/tests/projects/c++/static_library/xmake.lua +++ b/tests/projects/c++/static_library/xmake.lua @@ -8,7 +8,7 @@ target("static_library_c++") set_kind("static") -- add files - add_files("src/interface.cpp") + add_files("src/interface.cpp") -- add target target("test") @@ -20,6 +20,6 @@ target("test") add_deps("static_library_c++") -- add files - add_files("src/test.cpp") + add_files("src/test.cpp") -- cgit v1.3.1