aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv/imv/imv_msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libimcv/imv/imv_msg.h')
-rw-r--r--src/libimcv/imv/imv_msg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libimcv/imv/imv_msg.h b/src/libimcv/imv/imv_msg.h
index 43e646d2b..4c39150f6 100644
--- a/src/libimcv/imv/imv_msg.h
+++ b/src/libimcv/imv/imv_msg.h
@@ -83,7 +83,7 @@ struct imv_msg_t {
* @param attr PA-TNC attribute to be added
*/
void (*add_attribute)(imv_msg_t *this, pa_tnc_attr_t *attr);
-
+
/**
* Delete all PA-TNC attributes in the send queue
*
@@ -137,7 +137,7 @@ imv_msg_t* imv_msg_create_as_reply(imv_msg_t *msg);
imv_msg_t* imv_msg_create_from_data(imv_agent_t *agent, imv_state_t *state,
TNC_ConnectionID connection_id,
TNC_MessageType msg_type,
- chunk_t msg);
+ chunk_t msg);
/**
* Create a wrapper around message data received via the long IF-IMV interface
@@ -157,6 +157,6 @@ imv_msg_t* imv_msg_create_from_long_data(imv_agent_t *agent, imv_state_t *state,
TNC_UInt32 src_id, TNC_UInt32 dst_id,
TNC_VendorID msg_vid,
TNC_MessageSubtype msg_subtype,
- chunk_t msg);
+ chunk_t msg);
#endif /** IMV_MSG_H_ @}*/