remove newline
EIVE/eive-obsw/pipeline/pr-develop This commit looks good Details

This commit is contained in:
Robin Müller 2023-02-24 18:18:35 +01:00
parent 95ce2c79b9
commit cbb6a45407
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 0 additions and 1 deletions

View File

@ -169,7 +169,6 @@ ReturnValue_t PersistentTmStore::storePacket(PusTmReader& reader) {
}
if (currentTv.tv_sec == activeFileTv.tv_sec) {
suffix = currentSameSecNumber++;
} else {
currentSameSecNumber = 0;
}