Skip to content
Snippets Groups Projects
Commit 1a8f0436 authored by Raphael Grimm's avatar Raphael Grimm
Browse files

Add newline to output

parent 9434875a
No related branches found
No related tags found
No related merge requests found
......@@ -298,7 +298,7 @@ namespace armarx
const auto& ctrl = request.nJointControllers.at(i);
if (ctrl)
{
out << i << "\t'" << ctrl->getInstanceName() << "' \t of class '" << ctrl->getClassName() << "'";
out << i << "\t'" << ctrl->getInstanceName() << "' \t of class '" << ctrl->getClassName() << "'\n";
}
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment