Code style fixes
This commit is contained in:
parent
9158ff4bf1
commit
2fb007b1e0
|
@ -876,8 +876,8 @@ uip_ds6_compute_reachable_time(void)
|
|||
UIP_ND6_MIN_RANDOM_FACTOR(uip_ds6_if.base_reachable_time));
|
||||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
uip_ds6_nbr_t*
|
||||
uip_ds6_get_least_lifetime_neighbor()
|
||||
uip_ds6_nbr_t *
|
||||
uip_ds6_get_least_lifetime_neighbor(void)
|
||||
{
|
||||
uip_ds6_nbr_t *nbr_expiring = NULL;
|
||||
uint8_t i;
|
||||
|
|
|
@ -380,6 +380,6 @@ uint32_t uip_ds6_compute_reachable_time(void); /** \brief compute random reachab
|
|||
* A reference to the neighbor about to expire the next or NULL if
|
||||
* table is empty.
|
||||
*/
|
||||
uip_ds6_nbr_t *uip_ds6_get_least_lifetime_neighbor();
|
||||
uip_ds6_nbr_t *uip_ds6_get_least_lifetime_neighbor(void);
|
||||
|
||||
#endif /* __UIP_DS6_H__ */
|
||||
|
|
Loading…
Reference in a new issue