1
0
mirror of https://github.com/jrcutler/threadless.io.git synced 2024-07-07 10:35:49 +00:00

Whitespace cleanup

This commit is contained in:
Justin R. Cutler 2016-04-01 09:11:41 -04:00
parent 7b68c8d4b6
commit 2e022ef89c

View File

@ -10,7 +10,7 @@
#include <sys/mman.h> #include <sys/mman.h>
/* ucontext_t, getcontext, makecontext, swapcontext */ /* ucontext_t, getcontext, makecontext, swapcontext */
#include <ucontext.h> #include <ucontext.h>
/*sysconf, _SC_PAGE_SIZE */ /* sysconf, _SC_PAGE_SIZE */
#include <unistd.h> #include <unistd.h>
/* ... */ /* ... */