removed trailing spaces ([[:space:]]+$)
This commit is contained in:
@@ -47,12 +47,12 @@ static void destroy(private_md4_plugin_t *this)
|
||||
plugin_t *plugin_create()
|
||||
{
|
||||
private_md4_plugin_t *this = malloc_thing(private_md4_plugin_t);
|
||||
|
||||
|
||||
this->public.plugin.destroy = (void(*)(plugin_t*))destroy;
|
||||
|
||||
|
||||
lib->crypto->add_hasher(lib->crypto, HASH_MD4,
|
||||
(hasher_constructor_t)md4_hasher_create);
|
||||
|
||||
|
||||
return &this->public.plugin;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user