diff options
| author | shikokuchuo <53399081+shikokuchuo@users.noreply.github.com> | 2025-03-15 19:02:49 +0000 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-03-16 18:03:11 -0700 |
| commit | 11f22c79af034b2165a22bc4ea8bce5bae123c9c (patch) | |
| tree | 202bf88b394039f4d3ce877b884a7d567e5fa1bc /src | |
| parent | d3fa55bbca3e0307f9f1279674be3b8cbe322704 (diff) | |
| download | nng-11f22c79af034b2165a22bc4ea8bce5bae123c9c.tar.gz nng-11f22c79af034b2165a22bc4ea8bce5bae123c9c.tar.bz2 nng-11f22c79af034b2165a22bc4ea8bce5bae123c9c.zip | |
fix source formatting
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/aio.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
