aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/tnc_imv/tnc_imv_plugin.c
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2010-11-04 16:19:39 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2010-11-09 20:43:50 +0100
commita816f1f588a37c32f0d4f162c005ff4df94872e6 (patch)
tree040804994f5d4355c05660da4c3aba3534ddd4fa /src/libcharon/plugins/tnc_imv/tnc_imv_plugin.c
parent1888dd6bd5e875a3d45cd708ad9e3829f5769baa (diff)
downloadstrongswan-a816f1f588a37c32f0d4f162c005ff4df94872e6.tar.bz2
strongswan-a816f1f588a37c32f0d4f162c005ff4df94872e6.tar.xz
cleaned up whitespace
Diffstat (limited to 'src/libcharon/plugins/tnc_imv/tnc_imv_plugin.c')
-rw-r--r--src/libcharon/plugins/tnc_imv/tnc_imv_plugin.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libcharon/plugins/tnc_imv/tnc_imv_plugin.c b/src/libcharon/plugins/tnc_imv/tnc_imv_plugin.c
index 5a43ad82b..34f5b7619 100644
--- a/src/libcharon/plugins/tnc_imv/tnc_imv_plugin.c
+++ b/src/libcharon/plugins/tnc_imv/tnc_imv_plugin.c
@@ -61,15 +61,15 @@ plugin_t *tnc_imv_plugin_create()
if (imv)
{
/* Initialize the module */
- if (imv->initialize(next_id, TNC_IFIMV_VERSION_1, TNC_IFIMV_VERSION_1,
+ if (imv->initialize(next_id, TNC_IFIMV_VERSION_1, TNC_IFIMV_VERSION_1,
&version) != TNC_RESULT_SUCCESS)
- {
+ {
DBG1(DBG_TNC, "could not initialize IMV '%s'\n",
imv->get_name(imv));
imv->destroy(imv);
}
else
- {
+ {
charon->imvs->insert_last(charon->imvs, imv);
next_id++;
}