Skip to content

Commit

Permalink
Uncrustify: triggered by comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 29, 2024
1 parent 152f03b commit 2d9dc7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -699,12 +699,12 @@ void calculateCurrentTime( UTCTime_t * pBaseTime,
* UTC era 1. */
LogError( ( "UTC timestamp rollover." ) );
pCurrentTime->secs = ( uint32_t ) ( currentTimeSecs - UINT32_MAX - 1 );

}
else
{
pCurrentTime->secs = ( uint32_t ) ( currentTimeSecs );
}

pCurrentTime->msecs = msElapsedSinceLastSync % 1000;
}
else
Expand Down

0 comments on commit 2d9dc7c

Please sign in to comment.