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

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