diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-05-17 12:51:18 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-05-17 13:31:16 -0600 |
commit | 556f3ff6ccb9fa4b193d91216f85e8ade33b4383 (patch) | |
tree | 1d70f96baa5089f8878a9c121ff0770846ad4090 /libcr_ipc/tests | |
parent | 3c512ac435bb054e56b06a93adf7e74e4ce352fc (diff) |
Tidy some whitespace
Diffstat (limited to 'libcr_ipc/tests')
-rw-r--r-- | libcr_ipc/tests/test_chan.c | 1 |
1 files changed, 0 insertions, 1 deletions
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(); } |