From be329f008903ce4989bdd0de7cea6f48d54b2d63 Mon Sep 17 00:00:00 2001 From: Arthur LAURENT Date: Wed, 14 Feb 2024 13:33:55 +0100 Subject: cleanup --- xmake/rules/c++/modules/modules_support/builder.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/rules/c++/modules/modules_support/builder.lua') diff --git a/xmake/rules/c++/modules/modules_support/builder.lua b/xmake/rules/c++/modules/modules_support/builder.lua index 23515e988..a33f69261 100644 --- a/xmake/rules/c++/modules/modules_support/builder.lua +++ b/xmake/rules/c++/modules/modules_support/builder.lua @@ -99,7 +99,7 @@ function _are_flags_compatible(target, other, cppfile) table.sort(flags1) table.sort(flags2) - for i = 1,#flags1 do + for i = 1, #flags1 do if flags1[i] ~= flags2[i] then return false end -- cgit v1.3.1