From b1d2fc1295e85eb6773aa209ed19f6e6d2f21141 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 2 Jul 2025 22:41:52 +0800 Subject: format code --- xmake/plugins/project/xcode2/xcodeproj2.lua | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'xmake/plugins/project/xcode2/xcodeproj2.lua') diff --git a/xmake/plugins/project/xcode2/xcodeproj2.lua b/xmake/plugins/project/xcode2/xcodeproj2.lua index 534198c02..48f240df7 100644 --- a/xmake/plugins/project/xcode2/xcodeproj2.lua +++ b/xmake/plugins/project/xcode2/xcodeproj2.lua @@ -23,9 +23,9 @@ import("get_xcode_info") import("pbxproj") function make(outputdir) - + -- collect xcode info. - -- see get_xcode_info.lua file for detailed description + -- see get_xcode_info.lua file for detailed description -- of the returned info table. local info = get_xcode_info(outputdir) @@ -35,5 +35,4 @@ function make(outputdir) -- create .pbxproj file. pbxproj(info) - -end \ No newline at end of file +end -- cgit v1.3.1