Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and yunhanw-google committed Oct 12, 2024
1 parent 2fd1c29 commit eb3e1f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/tests/TestCheckInHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,9 @@ TEST_F(TestCheckInHandler, TestOnMessageReceived)
EXPECT_EQ(clientInfo7.offset, counter - clientInfoA.start_icd_counter);

// Validate IcdclientInfo is not updated when handling overlimited counter and fail to create case session
uint32_t old_start_icd_counter = clientInfo7.start_icd_counter;
uint32_t old_counter = counter;
counter = (1U << 31) + 100U + clientInfo7.start_icd_counter;
uint32_t old_start_icd_counter = clientInfo7.start_icd_counter;
uint32_t old_counter = counter;
counter = (1U << 31) + 100U + clientInfo7.start_icd_counter;
System::PacketBufferHandle buffer8 = MessagePacketBuffer::New(chip::Protocols::SecureChannel::CheckinMessage::kMinPayloadSize);
MutableByteSpan output8{ buffer8->Start(), buffer8->MaxDataLength() };
EXPECT_EQ(chip::Protocols::SecureChannel::CheckinMessage::GenerateCheckinMessagePayload(
Expand Down

0 comments on commit eb3e1f6

Please sign in to comment.