Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Apr 7, 2015
1 parent 9e735e3 commit 9a6b48e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rclcpp/include/rclcpp/client.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class Client : public ClientBase
private:
RCLCPP_DISABLE_COPY(Client);

std::map<int64_t, std::tuple<SharedPromise, CallbackType, SharedFuture> > pending_requests_;
std::map<int64_t, std::tuple<SharedPromise, CallbackType, SharedFuture>> pending_requests_;
};

} /* namespace client */
Expand Down
2 changes: 1 addition & 1 deletion rclcpp/include/rclcpp/executor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ class Executor
private:
RCLCPP_DISABLE_COPY(Executor);

std::vector<std::weak_ptr<rclcpp::node::Node> > weak_nodes_;
std::vector<std::weak_ptr<rclcpp::node::Node>> weak_nodes_;
typedef std::list<void *> SubscriberHandles;
SubscriberHandles subscriber_handles_;
typedef std::list<void *> GuardConditionHandles;
Expand Down

0 comments on commit 9a6b48e

Please sign in to comment.