auto-formatting
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
Robin Müller 2023-08-14 15:06:22 +02:00
parent d28ec2c31a
commit 567d68107d
Signed by: muellerr
GPG Key ID: FCE0B2BD2195142F
3 changed files with 82 additions and 84 deletions

View File

@ -584,8 +584,7 @@ void PdecHandler::checkConfig() {
if (result != returnvalue::OK) {
// This should normally never happen during runtime. So here is just
// output a warning
sif::warning << "PdecHandler::checkConfig: Failed to create first word"
<< std::endl;
sif::warning << "PdecHandler::checkConfig: Failed to create first word" << std::endl;
return;
}
uint32_t secondWord = 0;
@ -593,8 +592,7 @@ void PdecHandler::checkConfig() {
if (result != returnvalue::OK) {
// This should normally never happen during runtime. So here is just
// output a warning
sif::warning << "PdecHandler::checkConfig: Failed to create second word"
<< std::endl;
sif::warning << "PdecHandler::checkConfig: Failed to create second word" << std::endl;
return;
}
if (firstWord != pdecConfig.readbackFirstWord() or