From 31866a14b499cd512038bd2ab2703c9f87d32355 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Sun, 7 May 2023 12:08:26 +0000 Subject: [PATCH] Remove some extraneous whitespace from Util.c, not sure how that got there. --- src/Util.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Util.c b/src/Util.c index 3589b69..8a1b62d 100644 --- a/src/Util.c +++ b/src/Util.c @@ -148,12 +148,6 @@ UtilMkdir(const char *dir, const mode_t mode) return 0; } - - - - - - int UtilSleepMillis(long ms) {