Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Fixes for uncrustify 0.72 (ros#486)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette authored Dec 17, 2021
1 parent eaea7a8 commit de1753c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tf2_ros/include/tf2_ros/static_transform_broadcaster.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class StaticTransformBroadcaster
StaticTransformBroadcaster(
NodeT && node,
const rclcpp::QoS & qos = StaticBroadcasterQoS(),
const rclcpp::PublisherOptionsWithAllocator<AllocatorT> & options = []() {
const rclcpp::PublisherOptionsWithAllocator<AllocatorT> & options = [] () {
rclcpp::PublisherOptionsWithAllocator<AllocatorT> options;
options.qos_overriding_options = rclcpp::QosOverridingOptions{
rclcpp::QosPolicyKind::Depth,
Expand Down
2 changes: 1 addition & 1 deletion tf2_ros/include/tf2_ros/transform_broadcaster.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class TransformBroadcaster
TransformBroadcaster(
NodeT && node,
const rclcpp::QoS & qos = DynamicBroadcasterQoS(),
const rclcpp::PublisherOptionsWithAllocator<AllocatorT> & options = []() {
const rclcpp::PublisherOptionsWithAllocator<AllocatorT> & options = [] () {
rclcpp::PublisherOptionsWithAllocator<AllocatorT> options;
options.qos_overriding_options = rclcpp::QosOverridingOptions{
rclcpp::QosPolicyKind::Depth,
Expand Down

0 comments on commit de1753c

Please sign in to comment.