run clang format script
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
Jakob Meier
2022-04-30 16:21:59 +02:00
parent 016ca8cb7e
commit 6d322c6e78
13 changed files with 38 additions and 42 deletions

View File

@ -1564,9 +1564,8 @@ class ExecutionReport : public VerificationReport {
break;
}
case StatusCode::NOTHING_TODO: {
sif::warning
<< STATUS_PRINTOUT_PREFIX << "Nothing todo, not an error but a warning"
<< std::endl;
sif::warning << STATUS_PRINTOUT_PREFIX << "Nothing todo, not an error but a warning"
<< std::endl;
break;
}
case StatusCode::POWER_FAULT: {
@ -1578,9 +1577,8 @@ class ExecutionReport : public VerificationReport {
break;
}
case StatusCode::OUT_OF_RANGE: {
sif::warning
<< STATUS_PRINTOUT_PREFIX << "Out of range, lenght check of parameter failed"
<< std::endl;
sif::warning << STATUS_PRINTOUT_PREFIX << "Out of range, lenght check of parameter failed"
<< std::endl;
break;
}
case StatusCode::OUT_OF_HEAP_MEMORY: {