Format code

This commit is contained in:
Aoran Zeng
2024-11-22 11:43:18 +08:00
parent 6e7b4bf985
commit 526a7feb89
57 changed files with 525 additions and 489 deletions

View File

@@ -11,16 +11,16 @@
* @update 2023-09-11
* @note 目前只有一个源
*/
static Source_t
wr_guix_sources[] = {
{&UpstreamProvider, NULL},
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/git/guix.git"}
static Source_t wr_guix_sources[] =
{
{&UpstreamProvider, NULL},
{&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/git/guix.git"}
};
def_sources_n(wr_guix);
/**
* 参考: https://mirrors.sjtug.sjtu.edu.cn/docs/guix
* @consult https://mirrors.sjtug.sjtu.edu.cn/docs/guix
*/
void
wr_guix_setsrc (char *option)