From a67dc94484cf9869793fc1861914b800a6559a74 Mon Sep 17 00:00:00 2001 From: amelia squires Date: Tue, 30 Sep 2025 18:10:02 -0500 Subject: fix indentation!!! --- src/hash/pjw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hash/pjw.h') diff --git a/src/hash/pjw.h b/src/hash/pjw.h index a4e36e7..4ac45ce 100644 --- a/src/hash/pjw.h +++ b/src/hash/pjw.h @@ -2,7 +2,7 @@ #include struct pjw_hash { - uint32_t hash, high; + uint32_t hash, high; }; struct pjw_hash pjw_init(); -- cgit v1.2.3