From bf76b8c582ed9c541438ebe90fc6415fb82f2ed3 Mon Sep 17 00:00:00 2001 From: bpc2003 Date: Tue, 20 May 2025 14:40:47 -0400 Subject: Add Formatting --- src/include/engine/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/engine/utils.h') diff --git a/src/include/engine/utils.h b/src/include/engine/utils.h index 54bfc17..fe6022f 100644 --- a/src/include/engine/utils.h +++ b/src/include/engine/utils.h @@ -6,7 +6,7 @@ // dellist: deletes the provided table void dellist(tablist_t *list); -/* hash: calculates the DJB2 hash of a string, +/* hash: calculates the DJB2 hash of a string, * and returns that mod TABLEN */ int hash(char *str); -- cgit v1.2.3