Skip to content

Commit

Permalink
update style
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Feb 28, 2018
1 parent 6b80c54 commit 14827e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test_rclcpp/test/test_local_parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class ParametersAsyncNode : public rclcpp::Node
{
using rclcpp::parameter::ParameterVariant;
using SetParametersResult =
std::shared_future<std::vector<rcl_interfaces::msg::SetParametersResult>>;
std::shared_future<std::vector<rcl_interfaces::msg::SetParametersResult>>;
auto set_parameters_results = parameters_client_->set_parameters({
ParameterVariant("foo", 2),
ParameterVariant("bar", "hello"),
Expand Down
4 changes: 2 additions & 2 deletions test_rclcpp/test/test_multiple_service_calls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ TEST(CLASSNAME(test_multiple_service_calls, RMW_IMPLEMENTATION), multiple_client
"test_multiple_clients", handle_add_two_ints);

using ClientRequestPair = std::pair<
rclcpp::Client<test_rclcpp::srv::AddTwoInts>::SharedPtr,
test_rclcpp::srv::AddTwoInts::Request::SharedPtr>;
rclcpp::Client<test_rclcpp::srv::AddTwoInts>::SharedPtr,
test_rclcpp::srv::AddTwoInts::Request::SharedPtr>;
using SharedFuture = rclcpp::Client<test_rclcpp::srv::AddTwoInts>::SharedFuture;

std::vector<ClientRequestPair> client_request_pairs;
Expand Down
4 changes: 2 additions & 2 deletions test_rclcpp/test/test_multithreaded.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ TEST(CLASSNAME(test_multithreaded, RMW_IMPLEMENTATION), multi_consumer_clients)
"multi_consumer_clients", callback, qos_profile, callback_group);

using ClientRequestPair = std::pair<
rclcpp::Client<test_rclcpp::srv::AddTwoInts>::SharedPtr,
test_rclcpp::srv::AddTwoInts::Request::SharedPtr>;
rclcpp::Client<test_rclcpp::srv::AddTwoInts>::SharedPtr,
test_rclcpp::srv::AddTwoInts::Request::SharedPtr>;
using SharedFuture = rclcpp::Client<test_rclcpp::srv::AddTwoInts>::SharedFuture;


Expand Down

0 comments on commit 14827e1

Please sign in to comment.