replaces four spaces by tabs, where appropriate

This commit is contained in:
Martin Willi
2009-09-04 14:50:23 +02:00
parent 7daf5226b7
commit 323f9f990f
81 changed files with 442 additions and 444 deletions
+1 -1
View File
@@ -75,6 +75,6 @@ int main (int arc, char *argv[])
library_deinit();
return 0;
return 0;
}
+3 -3
View File
@@ -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);
};
/**