From 15af62b0406caefc71ad7fa01c41f29a017759bb Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 8 Apr 2024 23:21:27 +0800 Subject: format code --- xmake/rules/cppfront/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/rules/cppfront/xmake.lua') diff --git a/xmake/rules/cppfront/xmake.lua b/xmake/rules/cppfront/xmake.lua index b90222aa9..86067a373 100644 --- a/xmake/rules/cppfront/xmake.lua +++ b/xmake/rules/cppfront/xmake.lua @@ -38,7 +38,7 @@ rule("cppfront.build.h2") batchcmds:vrunv(cppfront.program, argv) -- add deps - batchcmds:add_depfiles(sourcefile_h2) + batchcmds:add_depfiles(sourcefile_h2) batchcmds:set_depmtime(os.mtime(sourcefile_h)) batchcmds:set_depcache(target:dependfile(sourcefile_h)) end) -- cgit v1.3.1