diff options
Diffstat (limited to 'src/stdlib/siphash.h')
| -rw-r--r-- | src/stdlib/siphash.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stdlib/siphash.h b/src/stdlib/siphash.h index 98f1a6a1..d5b50711 100644 --- a/src/stdlib/siphash.h +++ b/src/stdlib/siphash.h @@ -1,7 +1,7 @@ -#pragma once - // An implementation of the SipHash algorithm. +#pragma once + #include <stddef.h> #include <stdint.h> |
