chore: format repo, add format script

This commit is contained in:
Tropical
2026-04-10 00:22:58 -05:00
parent 50f6bf8e68
commit 347265c362
446 changed files with 1491 additions and 1710 deletions

View File

@@ -21,7 +21,7 @@ RideEntityTask::RideEntityTask(const int eType, Tutorial* tutorial,
bool RideEntityTask::isCompleted() { return bIsCompleted; }
void RideEntityTask::onRideEntity(std::shared_ptr<Entity> entity) {
if (entity->instanceof ((eINSTANCEOF)m_eType)) {
if (entity->instanceof((eINSTANCEOF)m_eType)) {
bIsCompleted = true;
}
}