summaryrefslogtreecommitdiff
path: root/murmurhash.h
diff options
context:
space:
mode:
authorjwerle <joseph.werle@gmail.com>2022-04-14 13:52:51 -0400
committerjwerle <joseph.werle@gmail.com>2022-04-14 13:52:51 -0400
commit00b318af1653f393cd859c0ec826c65655368217 (patch)
tree3486aa3f7e14808fb27a5d46e8bfe242330bd44c /murmurhash.h
parentc0e6ccb7b76479db6334e32c7fe91c63162ca9f9 (diff)
refactor(): cleanup
Diffstat (limited to 'murmurhash.h')
-rw-r--r--murmurhash.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/murmurhash.h b/murmurhash.h
index 0458c54..4a692d4 100644
--- a/murmurhash.h
+++ b/murmurhash.h
@@ -1,12 +1,11 @@
-
/**
* `murmurhash.h' - murmurhash
*
- * copyright (c) 2014 joseph werle <joseph.werle@gmail.com>
+ * copyright (c) 2014-2022 joseph werle <joseph.werle@gmail.com>
*/
#ifndef MURMURHASH_H
-#define MURMURHASH_H 1
+#define MURMURHASH_H
#include <stdint.h>