diff options
Diffstat (limited to 'tests/dynarray_struct.c')
-rw-r--r-- | tests/dynarray_struct.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/dynarray_struct.c b/tests/dynarray_struct.c index 7675ab4..7cc6e92 100644 --- a/tests/dynarray_struct.c +++ b/tests/dynarray_struct.c @@ -38,3 +38,4 @@ int main(void) array_free(points); return 0; } +/* vim: set ts=8 noet: */ |