Skip to content

Commit

Permalink
Refs #21120. Uncrustify.
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
  • Loading branch information
MiguelCompany committed Jun 5, 2024
1 parent 0f7f9b0 commit f0ec876
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/unittest/dds/status/ListenerTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ class RTPSReaderMock : public eprosima::fastdds::rtps::BaseReader
{
return true;
}

};

class RTPSWriterMock : public eprosima::fastrtps::rtps::RTPSWriter
Expand Down
4 changes: 3 additions & 1 deletion test/unittest/rtps/reader/StatefulReaderTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,15 @@
#include <fastdds/rtps/writer/RTPSWriter.h>

#ifdef FASTDDS_STATISTICS

void register_monitorservice_types_type_objects()
{
}

void register_types_type_objects()
{
}

#endif // FASTDDS_STATISTICS

namespace eprosima {
Expand All @@ -70,7 +72,7 @@ TEST(StatefulReaderTests, RTPSCorrectGAPProcessing)
HistoryAttributes hatt{};
ReaderHistory reader_history(hatt);
WriterHistory writer_history(hatt);

ReaderAttributes reader_att{};
reader_att.endpoint.endpointKind = READER;
reader_att.endpoint.reliabilityKind = RELIABLE;
Expand Down

0 comments on commit f0ec876

Please sign in to comment.