clean up code structure a bit
Some checks failed
EIVE/eive-obsw/pipeline/head Build started...
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
2023-04-04 14:52:22 +02:00
parent 01081cbb29
commit ae0413f7f6
9 changed files with 7 additions and 5 deletions

View File

@ -644,7 +644,7 @@ ReturnValue_t GomspaceDeviceHandler::parsePduHkTable(PDU::PduCoreHk& coreHk, PDU
}
ReturnValue_t GomspaceDeviceHandler::setHealth(HealthState health) {
if(health != HealthState::HEALTHY and health != HealthState::EXTERNAL_CONTROL and
if (health != HealthState::HEALTHY and health != HealthState::EXTERNAL_CONTROL and
health != HealthState::NEEDS_RECOVERY) {
return returnvalue::FAILED;
}