From 582fd88709d9b5a0c9edd911e3ab9026fa0cc631 Mon Sep 17 00:00:00 2001 From: Joshua Peisach Date: Wed, 17 Jan 2024 11:30:20 -0500 Subject: [PATCH] Format --- LEGO1/lego/legoomni/src/video/legohideanimpresenter.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LEGO1/lego/legoomni/src/video/legohideanimpresenter.cpp b/LEGO1/lego/legoomni/src/video/legohideanimpresenter.cpp index 13cbecca..507ea9a0 100644 --- a/LEGO1/lego/legoomni/src/video/legohideanimpresenter.cpp +++ b/LEGO1/lego/legoomni/src/video/legohideanimpresenter.cpp @@ -24,11 +24,11 @@ void LegoHideAnimPresenter::Init() void LegoHideAnimPresenter::Destroy(MxBool p_fromDestructor) { m_criticalSection.Enter(); - if(!this->m_unk0xc0) + if (!this->m_unk0xc0) delete this->m_unk0xc0; Init(); m_criticalSection.Leave(); // if (!p_fromDestructor) - // TODO: another function -} \ No newline at end of file + // TODO: another function +}