Skip to content

Commit 99dd21f

Browse files
HeZongLungitee-org
authored andcommitted
修复了代码样式问题
1 parent 1cac4e8 commit 99dd21f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/recipe/os/pacman/MSYS2.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ os_msys2_prelude ()
1515

1616
chef_set_chef (this, NULL);
1717
chef_set_cooks (this, 1, "@G_I_Y");
18-
chef_set_sauciers (this, 1, "@ccmywish");
18+
chef_set_sauciers (this, 1, "@ccmywish", "@hezonglun");
1919

2020
chef_allow_local_mode (this, CanNot, NULL, NULL);
2121
chef_forbid_english(this);
2222
chef_forbid_user_define(this);
2323

2424
def_sources_begin()
25-
{&UpstreamProvider, "https://mirror.msys2.org/", DelegateToUpstream},
25+
{&UpstreamProvider, "https://mirror.msys2.org/", DelegateToUpstream},
2626
{&Ali, "https://mirrors.aliyun.com/msys2", DelegateToMirror},
2727
{&Bfsu, "https://mirrors.bfsu.edu.cn/msys2", DelegateToMirror},
2828
{&Ustc, "https://mirrors.ustc.edu.cn/msys2", DelegateToMirror},

0 commit comments

Comments
 (0)