changeset 7252 | c8200621e252 |
parent 7196 | 0f12b1572bca |
child 7256 | b04ba6772f8c |
--- a/examples/routing/simple-routing-ping6.cc Sun May 22 21:57:24 2011 -0700 +++ b/examples/routing/simple-routing-ping6.cc Sun May 22 22:28:15 2011 -0700 @@ -79,7 +79,7 @@ std::cout << "Destination\t\t\t\t" << "Gateway\t\t\t\t\t" << "Interface\t" << "Prefix to use" << std::endl; nbRoutes = routing->GetNRoutes (); - for (uint32_t i = 0 ; i < nbRoutes ; i++) + for (uint32_t i = 0; i < nbRoutes; i++) { route = routing->GetRoute (i); std::cout << route.GetDest () << "\t"