chore: format everything

This commit is contained in:
Tropical
2026-03-30 02:13:59 -05:00
parent 470ddf959d
commit c9b90cae2c
463 changed files with 12748 additions and 11285 deletions

View File

@@ -41,7 +41,8 @@ InputStream* DefaultTexturePack::getResourceImplementation(
InputStream* resource = InputStream::getResourceAsStream(wDrive + name);
// InputStream *stream =
// DefaultTexturePack::class->getResourceAsStream(name); if (stream == nullptr)
// DefaultTexturePack::class->getResourceAsStream(name); if (stream ==
// nullptr)
//{
// throw new FileNotFoundException(name);
// }
@@ -56,6 +57,4 @@ void DefaultTexturePack::loadUI() {
AbstractTexturePack::loadUI();
}
void DefaultTexturePack::unloadUI() {
AbstractTexturePack::unloadUI();
}
void DefaultTexturePack::unloadUI() { AbstractTexturePack::unloadUI(); }