From 84b7c361e22adced611257b4e0859b4ec7e5cd2d Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Sun, 25 Jan 2026 17:29:43 +0100 Subject: Add spacing --- src/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 0c8edca..168860f 100644 --- a/src/main.c +++ b/src/main.c @@ -307,6 +307,7 @@ static uint32_t sum(const char *file) fclose(stream); return sum; } + /* Return an integer timestamp from a date string of the format YYYY-MM-DD. */ static time_t time_from_str(const char *str) { -- cgit v1.2.3