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

@@ -109,9 +109,7 @@ UIString::UIString(const wchar_t* constant) {
m_core = std::shared_ptr<UIStringCore>(core);
}
UIString::~UIString() {
m_core = nullptr;
}
UIString::~UIString() { m_core = nullptr; }
bool UIString::empty() { return m_core.get() == nullptr; }