Skip to content

Commit

Permalink
Refs #21137. Uncrustify.
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <[email protected]>
  • Loading branch information
MiguelCompany committed Jul 9, 2024
1 parent 27d0557 commit 63155be
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/cpp/rtps/builtin/liveliness/WLP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,8 @@ bool WLP::add_local_writer(
wqos.m_liveliness.kind,
wqos.m_liveliness.lease_duration))
{
EPROSIMA_LOG_ERROR(RTPS_LIVELINESS, "Could not add writer " << writer->getGuid() << " to liveliness manager");
EPROSIMA_LOG_ERROR(RTPS_LIVELINESS,
"Could not add writer " << writer->getGuid() << " to liveliness manager");
}
}
else if (wqos.m_liveliness.kind == dds::MANUAL_BY_TOPIC_LIVELINESS_QOS)
Expand All @@ -700,7 +701,8 @@ bool WLP::add_local_writer(
wqos.m_liveliness.kind,
wqos.m_liveliness.lease_duration))
{
EPROSIMA_LOG_ERROR(RTPS_LIVELINESS, "Could not add writer " << writer->getGuid() << " to liveliness manager");
EPROSIMA_LOG_ERROR(RTPS_LIVELINESS,
"Could not add writer " << writer->getGuid() << " to liveliness manager");
}
}

Expand Down

0 comments on commit 63155be

Please sign in to comment.