Remove redundant space.

MFC after:	3 days
This commit is contained in:
Pawel Jakub Dawidek 2011-10-27 20:36:35 +00:00
parent 58fdb93577
commit 0ebcf9e6cb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=226861

View File

@ -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)
{