summaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
authorjwerle <joseph.werle@gmail.com>2024-12-31 13:48:07 -0500
committerjwerle <joseph.werle@gmail.com>2024-12-31 13:48:07 -0500
commit81a435207adabc6d8e4211728cdb55d17bd63a61 (patch)
treeb5af768ec7ade69abf31495688933b59e7212036 /test.c
parenta15164f747e51484360a01b404531fe51c2e5b7a (diff)
chore(): clean up
Diffstat (limited to 'test.c')
-rw-r--r--test.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/test.c b/test.c
index 8c52d43..903f417 100644
--- a/test.c
+++ b/test.c
@@ -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;