From 556f3ff6ccb9fa4b193d91216f85e8ade33b4383 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Sat, 17 May 2025 12:51:18 -0600 Subject: Tidy some whitespace --- libcr_ipc/tests/test_chan.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libcr_ipc') diff --git a/libcr_ipc/tests/test_chan.c b/libcr_ipc/tests/test_chan.c index a6eba82..759c2b1 100644 --- a/libcr_ipc/tests/test_chan.c +++ b/libcr_ipc/tests/test_chan.c @@ -22,7 +22,6 @@ COROUTINE producer_cr(void *_ch) { cr_chan_send(ch, 2); - cr_end(); } -- cgit v1.2.3-2-g168b