We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 682b4df commit 682265bCopy full SHA for 682265b
src/cpp/fastdds/subscriber/history/DataReaderHistory.cpp
@@ -862,7 +862,7 @@ bool DataReaderHistory::update_instance_nts(
862
change->reader_info.no_writers_generation_count = vit->second->no_writers_generation_count;
863
864
auto current_owner = vit->second->current_owner.first;
865
- if ( (current_owner != previous_owner) && (current_owner == change->writerGUID) )
+ if ((current_owner != previous_owner) && (current_owner == change->writerGUID))
866
{
867
// Remove all changes from different owners after the change.
868
DataReaderInstance::ChangeCollection& changes = vit->second->cache_changes;
0 commit comments