aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/siphash.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/siphash.c')
-rw-r--r--src/stdlib/siphash.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stdlib/siphash.c b/src/stdlib/siphash.c
index 9af845e7..bcf61b34 100644
--- a/src/stdlib/siphash.c
+++ b/src/stdlib/siphash.c
@@ -81,5 +81,3 @@ PUREFUNC public uint64_t siphash24(const uint8_t *src, size_t src_sz) {
return siphashfinish(&sh, (uint8_t *)in, src_sz);
}
}
-
-// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0