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
+3 -3
View File
@@ -51,15 +51,15 @@ struct fetcher_manager_t {
*/
void (*add_fetcher)(fetcher_manager_t *this,
fetcher_constructor_t constructor, char *url);
/**
* Unregister a previously registered fetcher implementation.
*
* @param constructor fetcher constructor function to unregister
*/
void (*remove_fetcher)(fetcher_manager_t *this,
void (*remove_fetcher)(fetcher_manager_t *this,
fetcher_constructor_t constructor);
/**
* Destroy a fetcher_manager instance.
*/