Remove some extraneous whitespace from Util.c, not sure how that got there.

This commit is contained in:
Jordan Bancino 2023-05-07 12:08:26 +00:00
parent e6dd20e2b2
commit 31866a14b4

View file

@ -148,12 +148,6 @@ UtilMkdir(const char *dir, const mode_t mode)
return 0;
}
int
UtilSleepMillis(long ms)
{