Skip to content

Commit b0063fa

Browse files
committed
Restyle fix
1 parent e0fc0c4 commit b0063fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/transport/raw/TCP.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ using namespace chip::Encoding;
4242
// Packets start with a 32-bit size field.
4343
constexpr size_t kPacketSizeBytes = 4;
4444

45-
static_assert(System::PacketBuffer::kLargeBufMaxSizeWithoutReserve <= UINT32_MAX,
46-
"Cast below could truncate the value");
45+
static_assert(System::PacketBuffer::kLargeBufMaxSizeWithoutReserve <= UINT32_MAX, "Cast below could truncate the value");
4746
static_assert(System::PacketBuffer::kLargeBufMaxSizeWithoutReserve >= kPacketSizeBytes,
4847
"Large buffer allocation should be large enough to hold the length field");
4948

0 commit comments

Comments
 (0)