Fixed trailing spaces 98/8498/1
authorAlberto Compagno <[email protected]>
Fri, 22 Sep 2017 08:04:37 +0000 (10:04 +0200)
committerAlberto Compagno <[email protected]>
Fri, 22 Sep 2017 08:04:37 +0000 (10:04 +0200)
Change-Id: I4cfd4e9f50cf705dae18567c5156a47f0729ce4c
Signed-off-by: Alberto Compagno <[email protected]>
cicn-plugin/cicn/node.c

index 0d755c6..17e7677 100644 (file)
@@ -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);