Format code manually for regression tests

This commit is contained in:
Ruihan Li
2024-03-16 00:28:37 +08:00
committed by Tate, Hongliang Tian
parent 82de200d03
commit 42881bcdaa
13 changed files with 37 additions and 36 deletions

View File

@ -63,8 +63,8 @@ int main()
exit(EXIT_FAILURE);
}
// 关闭socket
// Close socket
close(sock_fd);
return 0;
}
}