update style to match latest uncrustify

This commit is contained in:
Dirk Thomas 2017-09-28 11:57:18 -07:00
parent e1f4568bc7
commit 38c750b876
28 changed files with 151 additions and 100 deletions

View file

@ -135,7 +135,8 @@ LifecycleNode::get_parameter(const std::string & name) const
return node_parameters_->get_parameter(name);
}
bool LifecycleNode::get_parameter(const std::string & name,
bool LifecycleNode::get_parameter(
const std::string & name,
rclcpp::parameter::ParameterVariant & parameter) const
{
return node_parameters_->get_parameter(name, parameter);