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
+5 -5
View File
@@ -44,7 +44,7 @@ struct manager_t {
* implements context_t interface
*/
context_t context;
/**
* Create an iterator over all configured gateways.
*
@@ -54,7 +54,7 @@ struct manager_t {
* @return enumerator
*/
enumerator_t* (*create_gateway_enumerator)(manager_t *this);
/**
* Select a gateway.
*
@@ -65,7 +65,7 @@ struct manager_t {
* @return selected gateway, or NULL
*/
gateway_t* (*select_gateway)(manager_t *this, int id);
/**
* Try to log in.
*
@@ -74,14 +74,14 @@ struct manager_t {
* @return TRUE if login successful
*/
bool (*login)(manager_t *this, char *username, char *password);
/**
* Check if user logged in.
*
* @return TRUE if logged in
*/
bool (*logged_in)(manager_t *this);
/**
* Log out.
*/