diff options
author | David Robillard <d@drobilla.net> | 2020-12-31 15:15:05 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-12-31 15:21:29 +0100 |
commit | 741c3349b09c8774fcd013e3bdd7d9e7f6b470ce (patch) | |
tree | a941f6567b85255570e5492f3c66a842704ba9f7 /test/inline_test.c | |
parent | 841c766d86dc35ab37c4fef8ec866d06c41bc383 (diff) | |
download | zix-741c3349b09c8774fcd013e3bdd7d9e7f6b470ce.tar.gz zix-741c3349b09c8774fcd013e3bdd7d9e7f6b470ce.tar.bz2 zix-741c3349b09c8774fcd013e3bdd7d9e7f6b470ce.zip |
Format all code with clang-format
Diffstat (limited to 'test/inline_test.c')
-rw-r--r-- | test/inline_test.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/inline_test.c b/test/inline_test.c index 75c43d0..b07f28a 100644 --- a/test/inline_test.c +++ b/test/inline_test.c @@ -25,7 +25,7 @@ ZIX_CONST_FUNC int main(void) { - zix_hash_free(NULL); - zix_tree_free(NULL); - return 0; + zix_hash_free(NULL); + zix_tree_free(NULL); + return 0; } |