Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Unified Diff: public/platform/WebRTCStatsRequest.h

Issue 20300002: Fix trailing whitespace in .cpp, .h, and .idl files (ex. Source/core) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « public/platform/WebLayer.h ('k') | public/platform/WebVector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebRTCStatsRequest.h
diff --git a/public/platform/WebRTCStatsRequest.h b/public/platform/WebRTCStatsRequest.h
index 098050248ac466bbafc10595baad8e139fe8f250..8f9ad30f6909dc0fd6e847b3c2684394545ace7d 100644
--- a/public/platform/WebRTCStatsRequest.h
+++ b/public/platform/WebRTCStatsRequest.h
@@ -61,7 +61,7 @@ class WebRTCStatsResponse;
// size_t elementIndex = response.addElement(reportIndex, true, dateNow());
// For each statistic being reported on:
// response.addStatistic(reportIndex, true, elementIndex,
-// "name of statistic", "statistic value");
+// "name of statistic", "statistic value");
// Remote information (typically RTCP-derived) is added in the same way.
// When finished adding information:
// request.requestSucceeded(response);
« no previous file with comments | « public/platform/WebLayer.h ('k') | public/platform/WebVector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698