Trimmed whitespace.

This commit is contained in:
Joe Kearney 2025-11-30 14:54:22 -06:00
parent 852dd684ad
commit 871d706847
78 changed files with 7 additions and 78 deletions

View file

@ -36,4 +36,4 @@ void Starting_Game_Entry(StateMachineContext_T * context)
void Starting_Game_Exit(StateMachineContext_T * context)
{
}
}

View file

@ -194,4 +194,3 @@ void HandleBLEEventPacket(const BLE_EventPacket_T *const packet, StateMachineCon
BLE_FreePacketBuffer((BLE_GenericPacketType_T *)packet);
}