Skip to content

Commit

Permalink
Refs 16192. linter
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Barro <miguelbarro@eprosima.com>
  • Loading branch information
Miguel Barro committed Nov 19, 2022
1 parent 0681786 commit 34a8f8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cpp/fastdds/core/condition/WaitSetImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ ReturnCode_t WaitSetImpl::wait(
}
}
}
while(old_counter != notifications_
&& active_conditions.size() != entries_.size());
while (old_counter != notifications_
&& active_conditions.size() != entries_.size());

return ret_val;
};
Expand Down

0 comments on commit 34a8f8d

Please sign in to comment.