aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/siphash-internals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/siphash-internals.h')
-rw-r--r--src/stdlib/siphash-internals.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stdlib/siphash-internals.h b/src/stdlib/siphash-internals.h
index c8ec1142..3ad1d789 100644
--- a/src/stdlib/siphash-internals.h
+++ b/src/stdlib/siphash-internals.h
@@ -123,5 +123,3 @@ MACROLIKE uint64_t siphashfinish(siphash *sh, const uint8_t *src, size_t src_sz)
}
return siphashfinish_last_part(sh, t.u64);
}
-
-// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0