From d37b6447fa2ca6fd11fbb8bc798f06a475060e53 Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Sun, 25 Jan 2026 17:30:24 +0100 Subject: Reformat doc --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index 04e4d90..e21f7b1 100644 --- a/src/main.c +++ b/src/main.c @@ -280,8 +280,8 @@ static int str_has_suffix(const char *str, const char *suffix) } /* Compute something that identifies the content of FILE. Algorithm by Dan - Bernstein from http://www.cse.yorku.ca/~oz/hash.html via - https://stackoverflow.com/a/7666577/20138083. */ + * Bernstein from http://www.cse.yorku.ca/~oz/hash.html via + * https://stackoverflow.com/a/7666577/20138083. */ static uint32_t sum(const char *file) { FILE *stream = fopen(file, "r"); -- cgit v1.2.3