chore: format everything

This commit is contained in:
Tropical
2026-03-30 02:13:59 -05:00
parent 470ddf959d
commit c9b90cae2c
463 changed files with 12748 additions and 11285 deletions

View File

@@ -63,9 +63,7 @@ int AwardStatPacket::getEstimatedSize() { return 6; }
bool AwardStatPacket::isAync() { return true; }
// On most platforms we only store 'count' in an AwardStatPacket.
int AwardStatPacket::getCount() {
return *((int*)this->m_paramData.data);
}
int AwardStatPacket::getCount() { return *((int*)this->m_paramData.data); }
// On Durango we store 'Event' parameters here in a blob.
byteArray AwardStatPacket::getParamData() { return m_paramData; }