Skip to content

Commit 295200e

Browse files
committed
More uncrustify
Signed-off-by: Raül <raulojeda@eprosima.com>
1 parent 3e182c0 commit 295200e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ddspipe_participants/src/cpp/participant/rtps/DiscoveryServerParticipant.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ DiscoveryServerParticipant::reckon_participant_attributes_() const
280280
EPROSIMA_LOG_WARNING(DDSPIPE_DISCOVERYSERVER_PARTICIPANT,
281281
"Creating Participant " << discovery_server_configuration->id
282282
<<
283-
" without listening or connection addresses. It will not communicate with any other Participant.");
283+
" without listening or connection addresses. It will not communicate with any other Participant.");
284284
}
285285
}
286286

ddspipe_participants/src/cpp/reader/rtps/CommonReader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ void CommonReader::on_incompatible_type(
615615
EPROSIMA_LOG_WARNING(DDSPIPE_RTPS_COMMONREADER_LISTENER,
616616
"TOPIC_MISMATCH_TYPE | Reader " << *this
617617
<<
618-
" discovered a Writer with a matching Topic name but with an incompatible type");
618+
" discovered a Writer with a matching Topic name but with an incompatible type");
619619

620620
monitor_type_mismatch(topic_);
621621
monitor_error("TYPE_MISMATCH");

0 commit comments

Comments
 (0)