update style (#445)
This commit is contained in:
parent
2b7cb21cbd
commit
1a604b0c28
14 changed files with 63 additions and 63 deletions
|
@ -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 (";
|
||||
|
|
|
@ -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 ¶m)
|
||||
{
|
||||
std::stringstream ss;
|
||||
ss << "\"" << param.get_name() << "\": ";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue