Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kar-rahul-aws committed Apr 26, 2024
1 parent d4ed6ec commit 9f6d0a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ void calculateCurrentTime( UTCTime_t * pBaseTime,
else
{
pCurrentTime->secs = pBaseTime->secs;
pCurrentTime->msecs = ( uint32_t )( msElapsedSinceLastSync );
pCurrentTime->msecs = ( uint32_t ) ( msElapsedSinceLastSync );
}
}

Expand Down

0 comments on commit 9f6d0a2

Please sign in to comment.