Skip to content

Commit 9f0296e

Browse files
committed
Please linters.
Signed-off-by: Miguel Company <[email protected]>
1 parent 82baeb1 commit 9f0296e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rmw_fastrtps_shared_cpp/src/TypeSupport_impl.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ bool TypeSupport::serialize(
7878
eprosima::fastcdr::FastBuffer fastbuffer( // Object that manages the raw buffer
7979
reinterpret_cast<char *>(payload->data), payload->max_size);
8080
eprosima::fastcdr::Cdr ser( // Object that serializes the data
81-
fastbuffer, eprosima::fastcdr::Cdr::DEFAULT_ENDIAN, eprosima::fastcdr::CdrVersion::XCDRv1);
81+
fastbuffer, eprosima::fastcdr::Cdr::DEFAULT_ENDIAN,
82+
eprosima::fastcdr::CdrVersion::XCDRv1);
8283
ser.set_encoding_flag(eprosima::fastcdr::EncodingAlgorithmFlag::PLAIN_CDR);
8384
if (this->serializeROSmessage(ser_data->data, ser, ser_data->impl)) {
8485
payload->encapsulation = ser.endianness() ==

0 commit comments

Comments
 (0)