Nudge comments left so they won't appear as a code block

This commit is contained in:
George Oikonomou 2015-02-15 20:20:40 +01:00
parent c8b802dc16
commit 43aeddbd89

View file

@ -99,12 +99,12 @@ int uip_ds6_nbr_num(void);
/** /**
* \brief * \brief
* This searches inside the neighbor table for the neighbor that is about to * This searches inside the neighbor table for the neighbor that is about to
* expire the next. * expire the next.
* *
* \return * \return
* A reference to the neighbor about to expire the next or NULL if * A reference to the neighbor about to expire the next or NULL if
* table is empty. * table is empty.
*/ */
uip_ds6_nbr_t *uip_ds6_get_least_lifetime_neighbor(void); uip_ds6_nbr_t *uip_ds6_get_least_lifetime_neighbor(void);