diff options
author | jwerle <joseph.werle@gmail.com> | 2024-12-31 13:48:07 -0500 |
---|---|---|
committer | jwerle <joseph.werle@gmail.com> | 2024-12-31 13:48:07 -0500 |
commit | 81a435207adabc6d8e4211728cdb55d17bd63a61 (patch) | |
tree | b5af768ec7ade69abf31495688933b59e7212036 /test.c | |
parent | a15164f747e51484360a01b404531fe51c2e5b7a (diff) |
chore(): clean up
Diffstat (limited to 'test.c')
-rw-r--r-- | test.c | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,8 +1,7 @@ - /** * `test.c' - murmurhash * - * copyright (c) 2014 joseph werle <joseph.werle@gmail.com> + * copyright (c) 2014-2025 joseph werle <joseph.werle@gmail.com> */ #include <stdio.h> @@ -12,8 +11,7 @@ #include <assert.h> #include "murmurhash.h" -int -main (void) { +int main (void) { uint32_t hash = 0; uint32_t seed = 0; |