replaces four spaces by tabs, where appropriate
This commit is contained in:
@@ -29,9 +29,9 @@ typedef struct plugin_t plugin_t;
|
||||
struct plugin_t {
|
||||
|
||||
/**
|
||||
* Destroy a plugin instance.
|
||||
*/
|
||||
void (*destroy)(plugin_t *this);
|
||||
* Destroy a plugin instance.
|
||||
*/
|
||||
void (*destroy)(plugin_t *this);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user