removed whitespace

This commit is contained in:
Andreas Steffen
2010-11-09 20:43:51 +01:00
parent 213245cca9
commit 8126344264
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ METHOD(tls_t, process, status_t,
{ {
this->connection_id = charon->tnccs->create_connection(charon->tnccs, this->connection_id = charon->tnccs->create_connection(charon->tnccs,
(tnccs_t*)this, (tnccs_t*)this,
_send_message, _provide_recommendation); _send_message, _provide_recommendation);
charon->imvs->notify_connection_change(charon->imvs, charon->imvs->notify_connection_change(charon->imvs,
this->connection_id, TNC_CONNECTION_STATE_CREATE); this->connection_id, TNC_CONNECTION_STATE_CREATE);
} }
+2 -2
View File
@@ -66,8 +66,8 @@ struct tnccs_manager_t {
* an IMV recommendation, respectively * an IMV recommendation, respectively
* *
* @param tnccs TNCCS connection instance * @param tnccs TNCCS connection instance
* @param send_message TNCCS callback function * @param send_message TNCCS callback function
* @param provide_recommendation TNCS callback function * @param provide_recommendation TNCS callback function
* @return assigned connection ID * @return assigned connection ID
*/ */
TNC_ConnectionID (*create_connection)(tnccs_manager_t *this, tnccs_t *tnccs, TNC_ConnectionID (*create_connection)(tnccs_manager_t *this, tnccs_t *tnccs,