replaces four spaces by tabs, where appropriate
This commit is contained in:
+1
-1
@@ -75,6 +75,6 @@ int main (int arc, char *argv[])
|
||||
|
||||
library_deinit();
|
||||
|
||||
return 0;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -52,9 +52,9 @@ struct storage_t {
|
||||
enumerator_t* (*create_gateway_enumerator)(storage_t *this, int user);
|
||||
|
||||
/**
|
||||
* Destroy a storage instance.
|
||||
*/
|
||||
void (*destroy)(storage_t *this);
|
||||
* Destroy a storage instance.
|
||||
*/
|
||||
void (*destroy)(storage_t *this);
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user