From 81a435207adabc6d8e4211728cdb55d17bd63a61 Mon Sep 17 00:00:00 2001 From: jwerle Date: Tue, 31 Dec 2024 13:48:07 -0500 Subject: chore(): clean up --- test.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'test.c') 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 + * copyright (c) 2014-2025 joseph werle */ #include @@ -12,8 +11,7 @@ #include #include "murmurhash.h" -int -main (void) { +int main (void) { uint32_t hash = 0; uint32_t seed = 0; -- cgit v1.2.3