]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
removed whitespace
authorAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 8 Nov 2010 18:39:16 +0000 (19:39 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 9 Nov 2010 19:43:51 +0000 (20:43 +0100)
src/libcharon/plugins/tnccs_20/tnccs_20.c
src/libcharon/tnc/tnccs/tnccs_manager.h

index 3b19e91be86628c5210047f26d694ab751d78af9..128710959fbe8dc25699af6231b38f6cd76d0a18 100644 (file)
@@ -78,7 +78,7 @@ METHOD(tls_t, process, status_t,
        {
                this->connection_id = charon->tnccs->create_connection(charon->tnccs,
                                                                                (tnccs_t*)this,
-                                                                               _send_message, _provide_recommendation);
+                                                                               _send_message, _provide_recommendation);
                charon->imvs->notify_connection_change(charon->imvs,
                                                        this->connection_id, TNC_CONNECTION_STATE_CREATE);
        }
index 11a5fa011f5664f015794b1f21d378e153583ebc..d1f73148b67ff33e0ad885f7e81aa93054551aac 100644 (file)
@@ -66,8 +66,8 @@ struct tnccs_manager_t {
         * an IMV recommendation, respectively
         *
         * @param tnccs                                         TNCCS connection instance
-        * @param send_message                          TNCCS callback function 
-        * @param provide_recommendation        TNCS callback function 
+        * @param send_message                          TNCCS callback function
+        * @param provide_recommendation        TNCS callback function
         * @return                                                      assigned connection ID
         */
        TNC_ConnectionID (*create_connection)(tnccs_manager_t *this, tnccs_t *tnccs,