Skip to content

Commit

Permalink
Uncrustify
Browse files Browse the repository at this point in the history
Signed-off-by: Juan López Fernández <juanlopez@eprosima.com>
  • Loading branch information
juanlofer-eprosima committed Jun 14, 2023
1 parent 33769eb commit 7da5a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddspipe_participants/src/cpp/reader/rtps/CommonReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ void CommonReader::on_sample_rejected(
}
logInfo(DDSPIPE_RTPS_COMMONREADER_LISTENER,
"Reader " << *this << " rejected a sample from " << change->writerGUID
<< ". Reason: " << reason_str);
<< ". Reason: " << reason_str);
}

utils::ReturnCode CommonReader::is_data_correct_(
Expand Down

0 comments on commit 7da5a01

Please sign in to comment.