replaces four spaces by tabs, where appropriate
This commit is contained in:
@@ -60,9 +60,9 @@ struct database_factory_t {
|
||||
void (*remove_database)(database_factory_t *this, database_constructor_t create);
|
||||
|
||||
/**
|
||||
* Destroy a database_factory instance.
|
||||
*/
|
||||
void (*destroy)(database_factory_t *this);
|
||||
* Destroy a database_factory instance.
|
||||
*/
|
||||
void (*destroy)(database_factory_t *this);
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user