From 43aeddbd89c7b7a2ba0a8c51ef3c713b2142857c Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Sun, 15 Feb 2015 20:20:40 +0100 Subject: [PATCH] Nudge comments left so they won't appear as a code block --- core/net/ipv6/uip-ds6-nbr.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/net/ipv6/uip-ds6-nbr.h b/core/net/ipv6/uip-ds6-nbr.h index 14fd605e2..36a202e86 100644 --- a/core/net/ipv6/uip-ds6-nbr.h +++ b/core/net/ipv6/uip-ds6-nbr.h @@ -99,12 +99,12 @@ int uip_ds6_nbr_num(void); /** * \brief - * This searches inside the neighbor table for the neighbor that is about to - * expire the next. + * This searches inside the neighbor table for the neighbor that is about to + * expire the next. * * \return - * A reference to the neighbor about to expire the next or NULL if - * table is empty. + * 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(void);