removed trailing spaces ([[:space:]]+$)

This commit is contained in:
Martin Willi
2009-09-04 13:46:09 +02:00
parent 7d1b030446
commit 7daf5226b7
703 changed files with 10633 additions and 10633 deletions
+9 -9
View File
@@ -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?
*/