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/pearson.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hash/pearson.h') diff --git a/src/hash/pearson.h b/src/hash/pearson.h index 4cdfda9..c10fea4 100644 --- a/src/hash/pearson.h +++ b/src/hash/pearson.h @@ -2,7 +2,7 @@ #include struct pearson_hash { - uint8_t ret; + uint8_t ret; }; struct pearson_hash pearson_init(); -- cgit v1.2.3