From 37d057ef3617294486698fd20e4eebd82a808a04 Mon Sep 17 00:00:00 2001 From: as564335sa <809885126@qq.com> Date: Sat, 20 Aug 2022 22:22:36 +0800 Subject: adjust files --- xmake/modules/private/tools/armcc/parse_deps.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/modules/private/tools/armcc/parse_deps.lua b/xmake/modules/private/tools/armcc/parse_deps.lua index 980c56099..b4cfb7833 100644 --- a/xmake/modules/private/tools/armcc/parse_deps.lua +++ b/xmake/modules/private/tools/armcc/parse_deps.lua @@ -65,7 +65,7 @@ function main(depsdata) end includefile = includefile:replace(space_placeholder, ' ', plain) includefile = includefile:split(".o:", {plain = true})[2] - includefile = includefile:replace(' ', '',plain) + includefile = includefile:replace(' ', '', plain) if #includefile > 0 then includefile = _normailize_dep(includefile, projectdir) if includefile then -- cgit v1.3.1