aboutsummaryrefslogtreecommitdiff
path: root/siphash.c
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-10-30 03:10:17 +0200
committerPřemysl Eric Janouch <p@janouch.name>2021-10-30 03:10:17 +0200
commit5dec46df2c209095d712630fbdade058e7c748de (patch)
tree49e2813a4706f1c3b9ecb182bd0794aea07695cf /siphash.c
parent1b9d89cab3bb1df73c58ccd8528eafd21a8c6e40 (diff)
downloadliberty-5dec46df2c209095d712630fbdade058e7c748de.tar.gz
liberty-5dec46df2c209095d712630fbdade058e7c748de.tar.xz
liberty-5dec46df2c209095d712630fbdade058e7c748de.zip
Add clang-format configuration, clean up
Diffstat (limited to 'siphash.c')
-rw-r--r--siphash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/siphash.c b/siphash.c
index 8a7b063..c9864d6 100644
--- a/siphash.c
+++ b/siphash.c
@@ -82,4 +82,3 @@ siphash (const unsigned char key[16], const unsigned char *m, size_t len)
return v0 ^ v1 ^ v2 ^ v3;
}
-