Skip to content

Commit ca60b64

Browse files
Update src/cpp/fastdds/publisher/DataWriterImpl.cpp
Co-authored-by: juanlofer-eprosima <[email protected]> Signed-off-by: Zeljko Jovanovic <[email protected]>
1 parent cb012ab commit ca60b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cpp/fastdds/publisher/DataWriterImpl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@ ReturnCode_t DataWriterImpl::perform_create_new_change(
10351035
}
10361036
}
10371037

1038-
// create_change seeds the next per-instance deadline and reschedules the timer for the next sample.
1038+
// create_change seeds the next per-instance deadline and reschedules the timer for the next sample
10391039
CacheChange_t* ch = history_->create_change(change_kind, handle);
10401040
if (ch != nullptr)
10411041
{

0 commit comments

Comments
 (0)