Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Oct 2011 20:36:35 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r226861 - head/sbin/hastd
Message-ID:  <201110272036.p9RKaZx5024217@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)
 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110272036.p9RKaZx5024217>