reapply clang format
This commit is contained in:
@ -1,13 +1,9 @@
|
||||
#include "fsfw/tcdistribution/TcPacketCheckCFDP.h"
|
||||
|
||||
#include "fsfw/tmtcpacket/cfdp/CFDPPacketStored.h"
|
||||
|
||||
TcPacketCheckCFDP::TcPacketCheckCFDP(uint16_t setApid): apid(setApid) {
|
||||
}
|
||||
TcPacketCheckCFDP::TcPacketCheckCFDP(uint16_t setApid) : apid(setApid) {}
|
||||
|
||||
ReturnValue_t TcPacketCheckCFDP::checkPacket(SpacePacketBase* currentPacket) {
|
||||
return RETURN_OK;
|
||||
}
|
||||
ReturnValue_t TcPacketCheckCFDP::checkPacket(SpacePacketBase* currentPacket) { return RETURN_OK; }
|
||||
|
||||
uint16_t TcPacketCheckCFDP::getApid() const {
|
||||
return apid;
|
||||
}
|
||||
uint16_t TcPacketCheckCFDP::getApid() const { return apid; }
|
||||
|
Reference in New Issue
Block a user