removed trailing spaces ([[:space:]]+$)
This commit is contained in:
@@ -40,17 +40,17 @@ static void destroy(eap_gtc_plugin_t *this)
|
||||
plugin_t *plugin_create()
|
||||
{
|
||||
eap_gtc_plugin_t *this = malloc_thing(eap_gtc_plugin_t);
|
||||
|
||||
|
||||
this->plugin.destroy = (void(*)(plugin_t*))destroy;
|
||||
|
||||
|
||||
/* required for PAM authentication */
|
||||
charon->keep_cap(charon, CAP_AUDIT_WRITE);
|
||||
|
||||
|
||||
charon->eap->add_method(charon->eap, EAP_GTC, 0, EAP_SERVER,
|
||||
(eap_constructor_t)eap_gtc_create_server);
|
||||
charon->eap->add_method(charon->eap, EAP_GTC, 0, EAP_PEER,
|
||||
(eap_constructor_t)eap_gtc_create_peer);
|
||||
|
||||
|
||||
return &this->plugin;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user