From: Andreas Steffen Date: Sun, 30 Oct 2011 16:43:55 +0000 (+0100) Subject: added newline X-Git-Tag: 4.6.0~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffddcec3229b48dec773c43481d61c3153626857;p=thirdparty%2Fstrongswan.git added newline --- diff --git a/src/libstrongswan/plugins/pem/pem_plugin.c b/src/libstrongswan/plugins/pem/pem_plugin.c index 094a2b54b7..fca717a106 100644 --- a/src/libstrongswan/plugins/pem/pem_plugin.c +++ b/src/libstrongswan/plugins/pem/pem_plugin.c @@ -96,6 +96,7 @@ METHOD(plugin_t, get_features, int, *features = f; return countof(f); } + METHOD(plugin_t, destroy, void, private_pem_plugin_t *this) {