formatted slsDetectorCalibration

This commit is contained in:
Erik Frojdh
2022-01-24 11:26:56 +01:00
parent 623b1de8a0
commit c554bbb2d3
77 changed files with 15998 additions and 15890 deletions

View File

@ -115,7 +115,8 @@ TEST_CASE("Copy construct a MacAddr") {
}
TEST_CASE("udp dst struct basic properties") {
static_assert(sizeof(UdpDestination) == 36, "udpDestination struct size does not match");
static_assert(sizeof(UdpDestination) == 36,
"udpDestination struct size does not match");
UdpDestination dst{};
REQUIRE(dst.entry == 0);
REQUIRE(dst.port == 0);