fix format

This commit is contained in:
Misha 2023-12-25 18:14:33 -05:00
parent 7af649cba9
commit 6824048ed6
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8
2 changed files with 2 additions and 6 deletions

View File

@ -280,8 +280,7 @@ MxResult MxDSBuffer::ParseChunk(
}
if (p_header) {
if (p_header->SendChunk(p_controller->GetSubscriberList(), TRUE, p_action->GetUnknown24()) != SUCCESS)
{
if (p_header->SendChunk(p_controller->GetSubscriberList(), TRUE, p_action->GetUnknown24()) != SUCCESS) {
delete p_header;
}
}

View File

@ -47,10 +47,7 @@ class MxDSChunk : public MxCore {
inline MxU8* GetData() { return m_data; }
// FUNCTION: LEGO1 0x100be1e0
static MxU32 ReturnE()
{
return 0xe;
}
static MxU32 ReturnE() { return 0xe; }
inline void Release()
{