mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Remove redundant space.
MFC after: 3 days
This commit is contained in:
parent
58fdb93577
commit
0ebcf9e6cb
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ static void *send_thread(void *arg);
|
|||
TAILQ_REMOVE(&hio_##name##_list, (hio), hio_next); \
|
||||
mtx_unlock(&hio_##name##_list_lock); \
|
||||
} while (0)
|
||||
|
||||
|
||||
static void
|
||||
hio_clear(struct hio *hio)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue