Remove some trailing whitespace

This commit is contained in:
2026-06-11 16:18:56 +02:00
parent 143b7f2623
commit b07043a226

View File

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