summaryrefslogtreecommitdiffstats
path: root/util/digest
diff options
context:
space:
mode:
authorsmurylev <[email protected]>2022-02-10 16:50:34 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:50:34 +0300
commit90e044f3970467c14a384a4d261a5d55f4b29a66 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /util/digest
parent82e516236e5bba43ff4dcd0e4ddf8fb30b3624d5 (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/digest')
-rw-r--r--util/digest/fnv.pxd4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/digest/fnv.pxd b/util/digest/fnv.pxd
index 7b099ab2669..92396cf4d35 100644
--- a/util/digest/fnv.pxd
+++ b/util/digest/fnv.pxd
@@ -1,2 +1,2 @@
-cdef extern from "util/digest/fnv.h":
- T FnvHash[T](const char* buf, size_t len) nogil
+cdef extern from "util/digest/fnv.h":
+ T FnvHash[T](const char* buf, size_t len) nogil