Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
Signed-off-by: yamasaki <[email protected]>
  • Loading branch information
ymski committed Jul 14, 2023
1 parent eedc5b4 commit 4fd8ee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CARET_trace/src/ros_trace_points.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ void ros_trace_rclcpp_publish(
#ifdef DEBUG_OUTPUT
std::cerr << "rclcpp_publish," <<
publisher_handle << "," <<
message << "," << std::endl;
message << std::endl;
#endif
}
}
Expand All @@ -535,7 +535,7 @@ void ros_trace_rclcpp_intra_publish(
#ifdef DEBUG_OUTPUT
std::cerr << "rclcpp_intra_publish," <<
publisher_handle << "," <<
message << "," << std::endl;
message << std::endl;
#endif
}
}
Expand Down

0 comments on commit 4fd8ee1

Please sign in to comment.