Skip to content

Commit

Permalink
Fixup for uncrustify
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Orlov <[email protected]>
  • Loading branch information
MichaelOrlov committed Aug 17, 2024
1 parent f626764 commit 299ed19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rosbag2_py/src/rosbag2_py/_transport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ class Player
[](int /*signum*/) {
// Note: Using condition_variable from signal handler is not safe and shall not be used.
rosbag2_py::Player::exit_.store(true);
});
});
}
try {
auto reader = rosbag2_transport::ReaderWriterFactory::make_reader(storage_options);
Expand Down Expand Up @@ -431,7 +431,7 @@ class Recorder
[](int /*signum*/) {
// Note: Using condition_variable from signal handler is not safe and shall not be used.
rosbag2_py::Recorder::exit_.store(true);
});
});
}
try {
auto exec = std::make_unique<rclcpp::executors::SingleThreadedExecutor>();
Expand Down

0 comments on commit 299ed19

Please sign in to comment.