Skip to content

Commit

Permalink
Refs #20584: Linter
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Dominguez <[email protected]>
  • Loading branch information
Mario-DL authored and MiguelCompany committed Mar 11, 2024
1 parent 22f4bfa commit 703d3d6
Show file tree
Hide file tree
Showing 2 changed files with 145 additions and 130 deletions.
4 changes: 2 additions & 2 deletions src/cpp/rtps/writer/LivelinessManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ bool LivelinessManager::assert_liveliness(
for (LivelinessData& w: writers_)
{
if (w.kind == writer.kind &&
w.guid.guidPrefix == guid.guidPrefix)
w.guid.guidPrefix == guid.guidPrefix)
{
assert_writer_liveliness(w);
}
Expand Down Expand Up @@ -256,7 +256,7 @@ bool LivelinessManager::assert_liveliness(
for (LivelinessData& writer: writers_)
{
if (writer.kind == kind &&
guid_prefix == writer.guid.guidPrefix)
guid_prefix == writer.guid.guidPrefix)
{
assert_writer_liveliness(writer);
}
Expand Down
Loading

0 comments on commit 703d3d6

Please sign in to comment.