aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlberto Compagno <acompagn+fdio@cisco.com>2017-09-22 10:04:37 +0200
committerAlberto Compagno <acompagn+fdio@cisco.com>2017-09-22 10:04:37 +0200
commit1d69f6b89f080e48276c5df6121a47a7534dfb27 (patch)
treee5ab6c9397d66c2c855cfe2ef224769a753aabdb
parent64f33cc7d23871f7cbca47a26302ebbe23f56f04 (diff)
Fixed trailing spaces
Change-Id: I4cfd4e9f50cf705dae18567c5156a47f0729ce4c Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
-rw-r--r--cicn-plugin/cicn/node.c4
1 files 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);