Remove redundant space.

MFC after:	1 week
This commit is contained in:
Pawel Jakub Dawidek 2011-10-17 09:59:04 +00:00
parent 6fea20e297
commit 89da1a23cd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=226462

View File

@ -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. */