svn commit: r226462 - head/sbin/hastd

Pawel Jakub Dawidek pjd at FreeBSD.org
Mon Oct 17 09:59:04 UTC 2011


Author: pjd
Date: Mon Oct 17 09:59:04 2011
New Revision: 226462
URL: http://svn.freebsd.org/changeset/base/226462

Log:
  Remove redundant space.
  
  MFC after:	1 week

Modified:
  head/sbin/hastd/hast.h

Modified: head/sbin/hastd/hast.h
==============================================================================
--- head/sbin/hastd/hast.h	Mon Oct 17 09:54:07 2011	(r226461)
+++ head/sbin/hastd/hast.h	Mon Oct 17 09:59:04 2011	(r226462)
@@ -111,7 +111,7 @@ struct hastd_listen {
 
 struct hastd_config {
 	/* Address to communicate with hastctl(8). */
-	char	 hc_controladdr[HAST_ADDRSIZE];
+	char	hc_controladdr[HAST_ADDRSIZE];
 	/* Protocol-specific data. */
 	struct proto_conn *hc_controlconn;
 	/* Incoming control connection. */


More information about the svn-src-all mailing list