no trailing semicolon

This commit is contained in:
Matthew Kennedy 2024-01-07 12:32:18 -08:00
parent a45b9ab611
commit 26f57fd226
1 changed files with 1 additions and 1 deletions

View File

@ -532,7 +532,7 @@ static void setTestBug299(EngineTestHelper *eth) {
do { \
EXPECT_EQ(value0, enginePins.injectors[0].m_currentLogicValue) << msg; \
EXPECT_EQ(value1, enginePins.injectors[1].m_currentLogicValue) << msg; \
} while (false);
} while (false)
static void setArray(float* p, size_t count, float value) {
while (count--) {