more indentation corrections

This commit is contained in:
Robin Müller 2021-01-10 14:59:03 +01:00
parent 15b65b78e7
commit 63ce87acab
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ ReturnValue_t LocalDataPoolManager::initialize(MessageQueueIF* queueToUse) {
else {
printWarningOrError(fsfw::OutputTypes::OUT_ERROR,
"initialize", QUEUE_OR_DESTINATION_INVALID);
return QUEUE_OR_DESTINATION_INVALID;
return QUEUE_OR_DESTINATION_INVALID;
}
}