From 0ebcf9e6cbf4a7e8ee8fe254deebf3b8a6149161 Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Thu, 27 Oct 2011 20:36:35 +0000 Subject: [PATCH] Remove redundant space. MFC after: 3 days --- sbin/hastd/secondary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/hastd/secondary.c b/sbin/hastd/secondary.c index 75529f3027e..7a50f1ee94c 100644 --- a/sbin/hastd/secondary.c +++ b/sbin/hastd/secondary.c @@ -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) {