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

@@ -10,10 +10,10 @@
/**
* @update 2023-09-15
*/
static Source_t
pl_ocaml_sources[] = {
{&UpstreamProvider, NULL},
{&Sjtug_Zhiyuan, "https://mirrors.sjtug.sjtu.edu.cn/git/opam-repository.git"}
static Source_t pl_ocaml_sources[] =
{
{&UpstreamProvider, NULL},
{&Sjtug_Zhiyuan, "https://mirrors.sjtug.sjtu.edu.cn/git/opam-repository.git"}
};
def_sources_n(pl_ocaml);