summaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
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;