diff options
author | David Robillard <d@drobilla.net> | 2024-06-22 20:12:17 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-06-22 20:17:06 -0400 |
commit | 503e58d36cd467ce83a7312f55bb8beb4e5e370b (patch) | |
tree | dda8210a6b71665f46c9ed37cf3de72a869407ea /test/test_digest.c | |
parent | d8204ca7482a9a5184cdd99f16f9d47b0cbe1c22 (diff) | |
download | zix-503e58d36cd467ce83a7312f55bb8beb4e5e370b.tar.gz zix-503e58d36cd467ce83a7312f55bb8beb4e5e370b.tar.bz2 zix-503e58d36cd467ce83a7312f55bb8beb4e5e370b.zip |
Clean up whitespace and clang-format configuration
Diffstat (limited to 'test/test_digest.c')
-rw-r--r-- | test/test_digest.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_digest.c b/test/test_digest.c index 7e7e77a..7228f86 100644 --- a/test/test_digest.c +++ b/test/test_digest.c @@ -116,7 +116,8 @@ test_digest_aligned(void) } } -ZIX_PURE_FUNC int +ZIX_PURE_FUNC +int main(void) { test_digest32(); |