Whitespace cleanup

This commit is contained in:
Justin R. Cutler 2016-04-01 09:11:41 -04:00
parent 7b68c8d4b6
commit 2e022ef89c
1 changed files with 1 additions and 1 deletions

View File

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