Format comments

This commit is contained in:
Aoran Zeng
2025-07-12 13:09:09 +08:00
parent c455dda5fc
commit d4e77a4050
3 changed files with 13 additions and 10 deletions

View File

@@ -117,7 +117,7 @@ pl_python_uv_setsrc (char *option)
* sed -i '/^\[\[index\]\]$/,/^default = true$/{s|^url = ".*"$|url = " source.url "|}' uv_config
* 将 [[index]] 到 default = true 之间的 url = ".*" 替换为 url = "source.url"
*/
#if XY_On_macOS
#if defined(XY_On_macOS) || defined(XY_On_BSD)
char *sed_cmd = "sed -i '' ";
#else
char *sed_cmd = "sed -i ";