From 1e7e721395c04e4f9f0d13fbc191331d4d2ffa0b Mon Sep 17 00:00:00 2001 From: Afonso Oliveira Date: Mon, 10 Sep 2018 10:49:06 +0100 Subject: [PATCH] correct identation --- os/net/ipv6/uip-ds6-route.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/os/net/ipv6/uip-ds6-route.c b/os/net/ipv6/uip-ds6-route.c index 08cfce80c..ed263edc4 100644 --- a/os/net/ipv6/uip-ds6-route.c +++ b/os/net/ipv6/uip-ds6-route.c @@ -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;