From 2e022ef89c01f05c66bca76e01abc9f8a62a102f Mon Sep 17 00:00:00 2001 From: "Justin R. Cutler" Date: Fri, 1 Apr 2016 09:11:41 -0400 Subject: [PATCH] Whitespace cleanup --- lib/coroutine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/coroutine.c b/lib/coroutine.c index aa6dc06..4eb2f1e 100644 --- a/lib/coroutine.c +++ b/lib/coroutine.c @@ -10,7 +10,7 @@ #include /* ucontext_t, getcontext, makecontext, swapcontext */ #include -/*sysconf, _SC_PAGE_SIZE */ +/* sysconf, _SC_PAGE_SIZE */ #include /* ... */