correct identation

This commit is contained in:
Afonso Oliveira 2018-09-10 10:49:06 +01:00
parent 81429bf499
commit 1e7e721395
1 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ assert_nbr_routes_list_sane(void)
#if UIP_DS6_NOTIFICATIONS
static void
call_route_callback(int event, const uip_ipaddr_t *route,
const uip_ipaddr_t *nexthop)
const uip_ipaddr_t *nexthop)
{
int num;
struct uip_ds6_notification *n;
@ -322,7 +322,7 @@ uip_ds6_route_lookup(const uip_ipaddr_t *addr)
/*---------------------------------------------------------------------------*/
uip_ds6_route_t *
uip_ds6_route_add(const uip_ipaddr_t *ipaddr, uint8_t length,
const uip_ipaddr_t *nexthop)
const uip_ipaddr_t *nexthop)
{
#if (UIP_MAX_ROUTES != 0)
uip_ds6_route_t *r;