Skip to content

Commit 47223b8

Browse files
committed
restyle
1 parent d34b2c7 commit 47223b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/clusters/time-synchronization-server/time-synchronization-server.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -684,8 +684,8 @@ CHIP_ERROR TimeSynchronizationServer::SetDSTOffset(const DataModel::DecodableLis
684684

685685
CHIP_ERROR err = CHIP_NO_ERROR;
686686
uint64_t lastValidUntil = 0;
687-
auto newDstL = dstL.begin();
688-
size_t i = 0;
687+
auto newDstL = dstL.begin();
688+
size_t i = 0;
689689
InitDSTOffset();
690690

691691
while (newDstL.Next())

0 commit comments

Comments
 (0)