Code style fixes

This commit is contained in:
lebrush 2013-05-21 09:05:30 +02:00
parent 9158ff4bf1
commit 2fb007b1e0
2 changed files with 3 additions and 3 deletions

View file

@ -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;