Skip to content

Commit 21f0f1e

Browse files
committed
Refs #21128: Please linter
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
1 parent b357d8b commit 21f0f1e

6 files changed

Lines changed: 42 additions & 42 deletions

File tree

src/cpp/rtps/reader/StatefulReader.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,9 +368,9 @@ class StatefulReader : public fastdds::rtps::BaseReader
368368
bool is_alive_;
369369
};
370370

371-
} // namespace rtps
372-
} // namespace fastdds
373-
} // namespace eprosima
371+
} // namespace rtps
372+
} // namespace fastdds
373+
} // namespace eprosima
374374

375375
#endif // ifndef DOXYGEN_SHOULD_SKIP_THIS_PUBLIC
376376

src/cpp/rtps/reader/StatelessReader.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,10 @@ class StatelessReader : public fastdds::rtps::BaseReader
270270
ResourceLimitedVector<RemoteWriterInfo_t> matched_writers_;
271271
};
272272

273-
} // namespace rtps
274-
} // namespace fastdds
275-
} // namespace eprosima
273+
} // namespace rtps
274+
} // namespace fastdds
275+
} // namespace eprosima
276276

277277
#endif // ifndef DOXYGEN_SHOULD_SKIP_THIS_PUBLIC
278278

279-
#endif // FASTDDS_RTPS_READER__STATELESSREADER_HPP
279+
#endif // FASTDDS_RTPS_READER__STATELESSREADER_HPP

src/cpp/rtps/writer/StatefulWriter.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -545,9 +545,9 @@ class StatefulWriter : public RTPSWriter
545545
LocatorSelectorSender locator_selector_async_;
546546
};
547547

548-
} // namespace rtps
549-
} // namespace fastdds
550-
} // namespace eprosima
548+
} // namespace rtps
549+
} // namespace fastdds
550+
} // namespace eprosima
551551

552552
#endif // ifndef DOXYGEN_SHOULD_SKIP_THIS_PUBLIC
553-
#endif // FASTDDS_RTPS_WRITER__STATEFULWRITER_HPP
553+
#endif // FASTDDS_RTPS_WRITER__STATEFULWRITER_HPP

src/cpp/rtps/writer/StatelessWriter.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,9 @@ class StatelessWriter : public RTPSWriter
297297
fastdds::rtps::IReaderDataFilter* reader_data_filter_ = nullptr;
298298
};
299299

300-
} // namespace rtps
301-
} // namespace fastdds
302-
} // namespace eprosima
300+
} // namespace rtps
301+
} // namespace fastdds
302+
} // namespace eprosima
303303

304304
#endif // ifndef DOXYGEN_SHOULD_SKIP_THIS_PUBLIC
305-
#endif // FASTDDS_RTPS_WRITER__STATELESSWRITER_HPP
305+
#endif // FASTDDS_RTPS_WRITER__STATELESSWRITER_HPP

test/blackbox/common/RTPSAsSocketReader.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ class RTPSAsSocketReader
160160
ASSERT_NE(reader_, nullptr);
161161

162162
register_writer();
163-
163+
164164
initialized_ = true;
165165
}
166166

test/dds-types-test/annotationsTypeObjectSupport.hpp

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -40,32 +40,32 @@
4040

4141

4242
namespace AnnotationTest {
43-
/**
44-
* @brief Register InnerEnumHelper related TypeIdentifier.
45-
* Fully-descriptive TypeIdentifiers are directly registered.
46-
* Hash TypeIdentifiers require to fill the TypeObject information and hash it, consequently, the TypeObject is
47-
* indirectly registered as well.
48-
*
49-
* @param[out] TypeIdentifier of the registered type.
50-
* The returned TypeIdentifier corresponds to the complete TypeIdentifier in case of hashed TypeIdentifiers.
51-
* Invalid TypeIdentifier is returned in case of error.
52-
*/
53-
eProsima_user_DllExport void register_InnerEnumHelper_type_identifier(
54-
eprosima::fastdds::dds::xtypes::TypeIdentifierPair& type_ids);
55-
56-
57-
/**
58-
* @brief Register Inner_alias_bounded_string_helper related TypeIdentifier.
59-
* Fully-descriptive TypeIdentifiers are directly registered.
60-
* Hash TypeIdentifiers require to fill the TypeObject information and hash it, consequently, the TypeObject is
61-
* indirectly registered as well.
62-
*
63-
* @param[out] TypeIdentifier of the registered type.
64-
* The returned TypeIdentifier corresponds to the complete TypeIdentifier in case of hashed TypeIdentifiers.
65-
* Invalid TypeIdentifier is returned in case of error.
66-
*/
67-
eProsima_user_DllExport void register_Inner_alias_bounded_string_helper_type_identifier(
68-
eprosima::fastdds::dds::xtypes::TypeIdentifierPair& type_ids);
43+
/**
44+
* @brief Register InnerEnumHelper related TypeIdentifier.
45+
* Fully-descriptive TypeIdentifiers are directly registered.
46+
* Hash TypeIdentifiers require to fill the TypeObject information and hash it, consequently, the TypeObject is
47+
* indirectly registered as well.
48+
*
49+
* @param[out] TypeIdentifier of the registered type.
50+
* The returned TypeIdentifier corresponds to the complete TypeIdentifier in case of hashed TypeIdentifiers.
51+
* Invalid TypeIdentifier is returned in case of error.
52+
*/
53+
eProsima_user_DllExport void register_InnerEnumHelper_type_identifier(
54+
eprosima::fastdds::dds::xtypes::TypeIdentifierPair& type_ids);
55+
56+
57+
/**
58+
* @brief Register Inner_alias_bounded_string_helper related TypeIdentifier.
59+
* Fully-descriptive TypeIdentifiers are directly registered.
60+
* Hash TypeIdentifiers require to fill the TypeObject information and hash it, consequently, the TypeObject is
61+
* indirectly registered as well.
62+
*
63+
* @param[out] TypeIdentifier of the registered type.
64+
* The returned TypeIdentifier corresponds to the complete TypeIdentifier in case of hashed TypeIdentifiers.
65+
* Invalid TypeIdentifier is returned in case of error.
66+
*/
67+
eProsima_user_DllExport void register_Inner_alias_bounded_string_helper_type_identifier(
68+
eprosima::fastdds::dds::xtypes::TypeIdentifierPair& type_ids);
6969

7070

7171

0 commit comments

Comments
 (0)