examples/routing/simple-routing-ping6.cc
changeset 7256 b04ba6772f8c
parent 7252 c8200621e252
child 8798 5d8dfd7c6609
--- a/examples/routing/simple-routing-ping6.cc	Sun May 22 23:17:41 2011 -0700
+++ b/examples/routing/simple-routing-ping6.cc	Sun May 22 23:18:47 2011 -0700
@@ -135,7 +135,7 @@
   Ipv6InterfaceContainer i2 = ipv6.Assign (d2);
   i2.SetRouter (0, true);
 
-  stackHelper.PrintRoutingTable(n0);
+  stackHelper.PrintRoutingTable (n0);
 
   /* Create a Ping6 application to send ICMPv6 echo request from n0 to n1 via r */
   uint32_t packetSize = 1024;