Skip to content

Commit

Permalink
Fix code formatting
Browse files Browse the repository at this point in the history
Fix code formatting
  • Loading branch information
parmi93 committed Aug 15, 2023
1 parent fb652f6 commit e801a79
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions examples/shared/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,10 @@ time_t lwm2m_gettime(void)
return time(NULL);
}

int lwm2m_seed(void)
{
/*
* Return a seed for random number generation, the seed must be a
* different number at every boot and unpredictable, time(NULL) may not be
int lwm2m_seed(void) {
/*
* Return a seed for random number generation, the seed must be a
* different number at every boot and unpredictable, time(NULL) may not be
* a reliable source as a seed.
* See: https://github.com/eclipse/wakaama/pull/711
*/
Expand Down

0 comments on commit e801a79

Please sign in to comment.