From 11f22c79af034b2165a22bc4ea8bce5bae123c9c Mon Sep 17 00:00:00 2001 From: shikokuchuo <53399081+shikokuchuo@users.noreply.github.com> Date: Sat, 15 Mar 2025 19:02:49 +0000 Subject: fix source formatting --- src/core/aio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/core/aio.c b/src/core/aio.c index cab07acb..83f22a9f 100644 --- a/src/core/aio.c +++ b/src/core/aio.c @@ -146,7 +146,7 @@ nni_aio_free(nni_aio *aio) void nni_aio_free_cb(void *aio) { - nni_aio_free((nni_aio *) aio); + nni_aio_free((nni_aio *) aio); } void -- cgit v1.2.3-70-g09d2