clang-format

This commit is contained in:
Joshua Peisach 2023-11-12 13:35:59 -05:00
parent 961fa04f0d
commit b8d4c17fdd
No known key found for this signature in database
GPG Key ID: 41C3D4189AFEDB5A
2 changed files with 2 additions and 2 deletions

View File

@ -14,4 +14,4 @@ MxResult LegoTexturePresenter::AddToManager()
{
VideoManager()->AddPresenter(*this);
return SUCCESS;
}
}

View File

@ -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