Skip to content

Commit

Permalink
Uncrustify
Browse files Browse the repository at this point in the history
Signed-off-by: Ananya Muddukrishna <ananya.x.muddukrishna@ericsson.com>
  • Loading branch information
Ananya Muddukrishna committed Apr 1, 2021
1 parent e4f98dc commit 1d065eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rclcpp/include/rclcpp/network_flow_endpoint.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ class NetworkFlowEndpoint
friend bool operator!=(const NetworkFlowEndpoint & left, const NetworkFlowEndpoint & right);

/// Streaming helper
friend std::ostream & operator<<(std::ostream & os, const NetworkFlowEndpoint & network_flow_endpoint);
friend std::ostream & operator<<(
std::ostream & os,
const NetworkFlowEndpoint & network_flow_endpoint);

private:
std::string transport_protocol_;
Expand Down

0 comments on commit 1d065eb

Please sign in to comment.