Remove some trailing whitespace

This commit is contained in:
2026-06-17 17:34:07 +02:00
parent 2910c44352
commit 87b7015f17

View File

@@ -96,9 +96,9 @@ bool remove_directory(char *path) {
} }
closedir(dir); closedir(dir);
if (result) result = rmdir(path); if (result) result = rmdir(path);
noh_arena_reset(&temp); noh_arena_reset(&temp);
return result; return result;
} }