Use backticks not vertical bars to denote variables in comments for /pc
Bug: webrtc:12338 Change-Id: I88cf10afa5fc810b95d2a585ab2e895dcc163b63 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/226953 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34575}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
75ac5ab859
commit
37ee0f5e59
@ -25,8 +25,8 @@ namespace {
|
||||
void TraverseAndTakeVisitedStats(RTCStatsReport* report,
|
||||
RTCStatsReport* visited_report,
|
||||
const std::string& current_id) {
|
||||
// Mark current stats object as visited by moving it |report| to
|
||||
// |visited_report|.
|
||||
// Mark current stats object as visited by moving it `report` to
|
||||
// `visited_report`.
|
||||
std::unique_ptr<const RTCStats> current = report->Take(current_id);
|
||||
if (!current) {
|
||||
// This node has already been visited (or it is an invalid id).
|
||||
|
||||
Reference in New Issue
Block a user