auto-formatter

This commit is contained in:
2023-11-07 09:12:44 +01:00
parent 6380a1def3
commit 5862c1bb40
2 changed files with 5 additions and 7 deletions

View File

@ -468,9 +468,7 @@ bool PdecHandler::newTcReceived() {
return true;
}
void PdecHandler::doPeriodicWork() {
checkLocks();
}
void PdecHandler::doPeriodicWork() { checkLocks(); }
bool PdecHandler::checkFrameAna(uint32_t pdecFar) {
bool frameValid = false;