summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-11-22 23:35:37 +0800
committerruki <[email protected]>2023-11-22 23:35:37 +0800
commita7ae0fe968989fd0ed2544123a0521e7e9928404 (patch)
tree073982bb1e121156e7e669241aa05406ed5908b2
parentd6ca7cd50de073f6ade3fa6a86c5faee9b4d6552 (diff)
fix spaces
-rw-r--r--xmake/modules/core/tools/armcc.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/modules/core/tools/armcc.lua b/xmake/modules/core/tools/armcc.lua
index 9121e3a04..b4c349873 100644
--- a/xmake/modules/core/tools/armcc.lua
+++ b/xmake/modules/core/tools/armcc.lua
@@ -135,7 +135,7 @@ function compile(self, sourcefile, objectfile, dependinfo, flags)
try
{
function ()
-
+
local compflags = flags
if depfile then
compflags = table.join(compflags, "--depend", depfile)
@@ -181,7 +181,7 @@ function compile(self, sourcefile, objectfile, dependinfo, flags)
end
cprint("${color.warning}%s", table.concat(table.slice(warnings:split('\n'), 1, 8), '\n'))
end
-
+
-- generate the dependent includes
if depfile and os.isfile(depfile) then
if dependinfo then