Skip to content

Commit 5ed309f

Browse files
committed
Fix code-block indentation
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
1 parent b9233e6 commit 5ed309f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/Releases/Release-Humble-Hawksbill.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -593,11 +593,11 @@ Examples:
593593

594594
.. code-block:: cpp
595595
596-
auto pub = node->create_publisher<std_msgs::msg::String>(...);
597-
...
598-
pub->publish(my_msg);
599-
...
600-
pub->wait_for_all_acked(); // or pub->wait_for_all_acked(timeout)
596+
auto pub = node->create_publisher<std_msgs::msg::String>(...);
597+
...
598+
pub->publish(my_msg);
599+
...
600+
pub->wait_for_all_acked(); // or pub->wait_for_all_acked(timeout)
601601
602602
For a more complete example, see `here <https://github.com/ros2/examples/blob/humble/rclcpp/topics/minimal_publisher/member_function_with_wait_for_all_acked.cpp>`__.
603603

0 commit comments

Comments
 (0)