mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-09 23:53:02 +00:00
(clang-format) Add RemoveSemicolon (#506)
This commit is contained in:
committed by
GitHub
parent
bcdddd4c7e
commit
baed704a38
@@ -13,7 +13,7 @@ public:
|
||||
inline MxMediaPresenter() { Init(); }
|
||||
|
||||
// FUNCTION: LEGO1 0x1000c550
|
||||
virtual ~MxMediaPresenter() override { Destroy(TRUE); };
|
||||
virtual ~MxMediaPresenter() override { Destroy(TRUE); }
|
||||
|
||||
virtual MxResult Tickle() override; // vtable+0x08
|
||||
|
||||
@@ -35,7 +35,7 @@ public:
|
||||
virtual void DoneTickle() override; // vtable+0x2c
|
||||
|
||||
// FUNCTION: LEGO1 0x1000c5b0
|
||||
virtual void Destroy() override { Destroy(FALSE); }; // vtable+0x38
|
||||
virtual void Destroy() override { Destroy(FALSE); } // vtable+0x38
|
||||
|
||||
virtual MxResult StartAction(MxStreamController*, MxDSAction*) override; // vtable+0x3c
|
||||
virtual void EndAction() override; // vtable+0x40
|
||||
|
||||
Reference in New Issue
Block a user