summaryrefslogtreecommitdiff
path: root/xmake/rules/plugin/compile_commands
diff options
context:
space:
mode:
authorshaqtsui <[email protected]>2023-03-13 21:17:52 +0800
committershaqtsui <[email protected]>2023-03-13 21:17:52 +0800
commit72372705bd1ae9de84e70adf53f461e92c0a17a1 (patch)
tree665d3cbaedb295d65cfb1f56c1f83a44e196c13f /xmake/rules/plugin/compile_commands
parent5c1381bf26478008735e8d646f19058e8c3c9c92 (diff)
tab to space
Diffstat (limited to 'xmake/rules/plugin/compile_commands')
-rw-r--r--xmake/rules/plugin/compile_commands/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/plugin/compile_commands/xmake.lua b/xmake/rules/plugin/compile_commands/xmake.lua
index 51d1f712f..57514a768 100644
--- a/xmake/rules/plugin/compile_commands/xmake.lua
+++ b/xmake/rules/plugin/compile_commands/xmake.lua
@@ -43,7 +43,7 @@ rule("plugin.compile_commands.autoupdate")
local lockfile = io.openlock(tmpfile .. ".lock")
if lockfile:trylock() then
local outputdir
- local lsp
+ local lsp
local sourcefiles = {}
for _, target in pairs(project.targets()) do
table.join2(sourcefiles, target:sourcefiles(), target:headerfiles())