only:code style

This commit is contained in:
rusefillc 2023-06-25 17:24:39 -04:00
parent 82fd9297a0
commit 0692b7736e
1 changed files with 1 additions and 2 deletions

View File

@ -232,8 +232,7 @@ static size_t getFiringOrderLength() {
return 1;
}
static const uint8_t* getFiringOrderTable()
{
static const uint8_t* getFiringOrderTable() {
switch (engineConfiguration->firingOrder) {
case FO_1:
return order_1;