beautify code style

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
main
Jianhui Zhao 2020-03-13 23:09:48 +08:00
parent eb66e8e36f
commit 2ff3be7dc1
8 changed files with 21 additions and 21 deletions

View File

@ -71,11 +71,11 @@ int main(int argc, char **argv)
int opt; int opt;
while ((opt = getopt(argc, argv, "p:sv")) != -1) { while ((opt = getopt(argc, argv, "p:sv")) != -1) {
switch (opt) switch (opt) {
{
case 'p': case 'p':
port = atoi(optarg); port = atoi(optarg);
break;\ break;
\
case 's': case 's':
ssl = true; ssl = true;
case 'v': case 'v':

@ -1 +1 @@
Subproject commit 99adb71b0bd8cb2c09fd41e52334a9bcf8831327 Subproject commit 2fb5523d44eb5cc65eb9473ecbf689727097b3cd