update style (#445)

This commit is contained in:
Dirk Thomas 2018-03-01 08:58:52 -08:00 committed by GitHub
parent 2b7cb21cbd
commit 1a604b0c28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 63 additions and 63 deletions

View file

@ -603,7 +603,7 @@ rclcpp::executor::operator<<(std::ostream & os, const FutureReturnCode & future_
}
std::string
rclcpp::executor::to_string(const FutureReturnCode & future_return_code)
rclcpp::executor::to_string(const FutureReturnCode &future_return_code)
{
using enum_type = std::underlying_type<FutureReturnCode>::type;
std::string prefix = "Unknown enum value (";

View file

@ -227,7 +227,7 @@ ParameterVariant::value_to_string() const
}
std::string
rclcpp::parameter::_to_json_dict_entry(const ParameterVariant & param)
rclcpp::parameter::_to_json_dict_entry(const ParameterVariant &param)
{
std::stringstream ss;
ss << "\"" << param.get_name() << "\": ";