From 1d69f6b89f080e48276c5df6121a47a7534dfb27 Mon Sep 17 00:00:00 2001 From: Alberto Compagno Date: Fri, 22 Sep 2017 10:04:37 +0200 Subject: Fixed trailing spaces Change-Id: I4cfd4e9f50cf705dae18567c5156a47f0729ce4c Signed-off-by: Alberto Compagno --- cicn-plugin/cicn/node.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cicn-plugin/cicn/node.c b/cicn-plugin/cicn/node.c index 0d755c61..17e76773 100644 --- a/cicn-plugin/cicn/node.c +++ b/cicn-plugin/cicn/node.c @@ -552,7 +552,7 @@ icnfwd_node_fn (vlib_main_t * vm, /* Remove b0 from the frame, we hold it in the CS */ to_next -= 1; n_left_to_next += 1; - + /* At this point we think we're safe to proceed. * Store the CS buf in the PIT/CS hashtable entry */ @@ -600,7 +600,7 @@ icnfwd_node_fn (vlib_main_t * vm, /* Store the original packet buffer in the CS node */ pitp->u.cs.cs_pkt_buf = vlib_get_buffer_index (vm, b0); - + /* Add to CS LRU */ cicn_cs_lru_insert (&rt->pitcs, nodep, pitp); -- cgit 1.2.3-korg