summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoras564335sa <[email protected]>2022-08-20 22:22:36 +0800
committeras564335sa <[email protected]>2022-08-20 22:22:36 +0800
commit37d057ef3617294486698fd20e4eebd82a808a04 (patch)
tree1d4f1903173db88d52dc65d7bfb170d06aad87d7
parent1a11eda96a41926817db3db835446531b20476b2 (diff)
adjust files
-rw-r--r--xmake/modules/private/tools/armcc/parse_deps.lua2
1 files changed, 1 insertions, 1 deletions
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