run clang format script
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
This commit is contained in:
@ -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: {
|
||||
|
Reference in New Issue
Block a user