svn commit: r226861 - head/sbin/hastd
Pawel Jakub Dawidek
pjd at FreeBSD.org
Thu Oct 27 20:36:35 UTC 2011
Author: pjd
Date: Thu Oct 27 20:36:35 2011
New Revision: 226861
URL: http://svn.freebsd.org/changeset/base/226861
Log:
Remove redundant space.
MFC after: 3 days
Modified:
head/sbin/hastd/secondary.c
Modified: head/sbin/hastd/secondary.c
==============================================================================
--- head/sbin/hastd/secondary.c Thu Oct 27 20:35:21 2011 (r226860)
+++ head/sbin/hastd/secondary.c Thu Oct 27 20:36:35 2011 (r226861)
@@ -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)
{
More information about the svn-src-all
mailing list