aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/siphash.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-23 19:28:08 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-23 19:28:08 -0400
commitfcda36561d668f43bac91ea31cd55cbbd605d330 (patch)
treeeb74c0b17df584af0fd8154422ad924e04c96cc2 /src/stdlib/siphash.h
parent414b0c7472c87c5a013029aefef49e2dbc41e700 (diff)
Autoformat everything with clang-format
Diffstat (limited to 'src/stdlib/siphash.h')
-rw-r--r--src/stdlib/siphash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdlib/siphash.h b/src/stdlib/siphash.h
index 67bad582..3dbef0fd 100644
--- a/src/stdlib/siphash.h
+++ b/src/stdlib/siphash.h
@@ -2,8 +2,8 @@
// An implementation of the SipHash algorithm.
-#include <stdint.h>
#include <stddef.h>
+#include <stdint.h>
#include "util.h"