indentation
This commit is contained in:
parent
d36d849e69
commit
dae27a8e10
@ -1,7 +1,7 @@
|
|||||||
#include "fsfw/globalfunctions/DleEncoder.h"
|
#include "fsfw/globalfunctions/DleEncoder.h"
|
||||||
|
|
||||||
DleEncoder::DleEncoder(bool escapeStxEtx, bool escapeCr): escapeStxEtx(escapeStxEtx),
|
DleEncoder::DleEncoder(bool escapeStxEtx, bool escapeCr):
|
||||||
escapeCr(escapeCr) {}
|
escapeStxEtx(escapeStxEtx), escapeCr(escapeCr) {}
|
||||||
|
|
||||||
DleEncoder::~DleEncoder() {}
|
DleEncoder::~DleEncoder() {}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user