removed trailing spaces ([[:space:]]+$)
This commit is contained in:
@@ -75,47 +75,47 @@ struct library_t {
|
||||
* Printf hook registering facility
|
||||
*/
|
||||
printf_hook_t *printf_hook;
|
||||
|
||||
|
||||
/**
|
||||
* crypto algorithm registry and factory
|
||||
*/
|
||||
crypto_factory_t *crypto;
|
||||
|
||||
|
||||
/**
|
||||
* credential constructor registry and factory
|
||||
*/
|
||||
credential_factory_t *creds;
|
||||
|
||||
|
||||
/**
|
||||
* key encoding registry and factory
|
||||
*/
|
||||
key_encoding_t *encoding;
|
||||
|
||||
|
||||
/**
|
||||
* URL fetching facility
|
||||
*/
|
||||
fetcher_manager_t *fetcher;
|
||||
|
||||
|
||||
/**
|
||||
* database construction factory
|
||||
*/
|
||||
database_factory_t *db;
|
||||
|
||||
|
||||
/**
|
||||
* plugin loading facility
|
||||
*/
|
||||
plugin_loader_t *plugins;
|
||||
|
||||
|
||||
/**
|
||||
* various settings loaded from settings file
|
||||
*/
|
||||
settings_t *settings;
|
||||
|
||||
|
||||
/**
|
||||
* integrity checker to verify code integrity
|
||||
*/
|
||||
integrity_checker_t *integrity;
|
||||
|
||||
|
||||
/**
|
||||
* is leak detective running?
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user