1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-27 13:47:42 +00:00

Run through astyle with manual corrections

This commit is contained in:
Calvin Rose
2023-06-08 13:01:49 -05:00
parent 866d83579e
commit 9a2897e741
12 changed files with 6 additions and 29 deletions

View File

@@ -256,7 +256,6 @@ JANET_NO_RETURN static void janet_sched_accept(JanetStream *stream, JanetFunctio
janet_await();
}
#endif
/* Adress info */
@@ -417,7 +416,6 @@ JANET_CORE_FN(cfun_net_connect,
}
}
/* Create socket */
JSock sock = JSOCKDEFAULT;
void *addr = NULL;