Skip to content

Commit 1b76b77

Browse files
committed
more style
1 parent d829bce commit 1b76b77

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

rclcpp/include/rclcpp/experimental/buffers/intra_process_buffer.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include <type_traits>
2121
#include <utility>
2222
#include <vector>
23+
#include <string>
2324

2425
#include "rclcpp/allocator/allocator_common.hpp"
2526
#include "rclcpp/allocator/allocator_deleter.hpp"
@@ -369,7 +370,7 @@ class ServiceIntraProcessBuffer : public IntraProcessBufferBase
369370
{
370371
return buffer_->available_capacity();
371372
}
372-
373+
373374
private:
374375
std::unique_ptr<BufferImplementationBase<BufferT>> buffer_;
375376
};

rclcpp/include/rclcpp/experimental/intra_process_manager.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#include <utility>
2727
#include <vector>
2828
#include <typeinfo>
29+
#include <string>
2930

3031
#include "rclcpp/allocator/allocator_deleter.hpp"
3132
#include "rclcpp/experimental/client_intra_process.hpp"

rclcpp/src/rclcpp/publisher_base.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ PublisherBase::get_non_local_subscription_count() const
273273
}
274274
}
275275
if (RCL_RET_OK != status) {
276-
rclcpp::exceptions::throw_from_rcl_error(status,
276+
rclcpp::exceptions::throw_from_rcl_error(status,
277277
"failed to get get non local subscription count");
278278
}
279279
return inter_process_non_local_subscription_count;

0 commit comments

Comments
 (0)