Skip to content

Commit 168330f

Browse files
committed
Uncrustify
Signed-off-by: Carlos Ferreira González <[email protected]>
1 parent 4fd1875 commit 168330f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cpp/rtps/reader/StatefulReader.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1242,7 +1242,8 @@ void StatefulReader::NotifyChanges(
12421242
do
12431243
{
12441244
next_seq = prox->next_cache_change_to_be_notified();
1245-
} while (next_seq != c_SequenceNumber_Unknown && next_seq <= aux_ch->sequenceNumber);
1245+
}
1246+
while (next_seq != c_SequenceNumber_Unknown && next_seq <= aux_ch->sequenceNumber);
12461247
}
12471248
// Ensure correct state of proxy when max_seq is not present in history
12481249
while (c_SequenceNumber_Unknown != prox->next_cache_change_to_be_notified())

0 commit comments

Comments
 (0)