Skip to content

Commit a60af73

Browse files
committed
restyle
1 parent 724e622 commit a60af73

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
@@ -688,8 +688,8 @@ CHIP_ERROR TimeSynchronizationServer::SetDSTOffset(const DataModel::DecodableLis
688688

689689
CHIP_ERROR err = CHIP_NO_ERROR;
690690
uint64_t lastValidUntil = 0;
691-
auto newDstL = dstL.begin();
692-
size_t i = 0;
691+
auto newDstL = dstL.begin();
692+
size_t i = 0;
693693
InitDSTOffset();
694694

695695
while (newDstL.Next())

0 commit comments

Comments
 (0)