From 89da1a23cdf811c7ffa1b3c4d6c0c8b73a79abc8 Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Mon, 17 Oct 2011 09:59:04 +0000 Subject: [PATCH] Remove redundant space. MFC after: 1 week --- sbin/hastd/hast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/hastd/hast.h b/sbin/hastd/hast.h index d82783ba0c6b..52bc6299972e 100644 --- a/sbin/hastd/hast.h +++ b/sbin/hastd/hast.h @@ -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. */