[kdl_parser] remove spurious newline

This commit is contained in:
Silvio Traversaro 2014-03-26 10:08:14 +01:00 committed by Jackie Kay
parent f3639205a0
commit add47a792b
1 changed files with 0 additions and 1 deletions

View File

@ -123,7 +123,6 @@ RigidBodyInertia toKdl(boost::shared_ptr<urdf::Inertial> i)
}
// recursive function to walk through tree
bool addChildrenToTree(boost::shared_ptr<const urdf::Link> root, Tree& tree)
{