From b8d4c17fddf37660c34f383f514f6acd1cc1e3e5 Mon Sep 17 00:00:00 2001 From: Joshua Peisach Date: Sun, 12 Nov 2023 13:35:59 -0500 Subject: [PATCH] clang-format --- LEGO1/legotexturepresenter.cpp | 2 +- LEGO1/legotexturepresenter.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LEGO1/legotexturepresenter.cpp b/LEGO1/legotexturepresenter.cpp index 847e2c41..2e9dba68 100644 --- a/LEGO1/legotexturepresenter.cpp +++ b/LEGO1/legotexturepresenter.cpp @@ -14,4 +14,4 @@ MxResult LegoTexturePresenter::AddToManager() { VideoManager()->AddPresenter(*this); return SUCCESS; -} \ No newline at end of file +} diff --git a/LEGO1/legotexturepresenter.h b/LEGO1/legotexturepresenter.h index 0c47faec..e39e4758 100644 --- a/LEGO1/legotexturepresenter.h +++ b/LEGO1/legotexturepresenter.h @@ -22,7 +22,7 @@ class LegoTexturePresenter : public MxMediaPresenter { return !strcmp(name, LegoTexturePresenter::ClassName()) || MxMediaPresenter::IsA(name); } - virtual MxResult AddToManager() override; // vtable+0x34 + virtual MxResult AddToManager() override; // vtable+0x34 }; #endif // LEGOTEXTUREPRESENTER_H