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

Unified Diff: third_party/WebKit/Source/platform/PODIntervalTreeTest.cpp

Issue 2388303002: reflow comments in platform/ (Closed)
Patch Set: Created 4 years, 2 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
Index: third_party/WebKit/Source/platform/PODIntervalTreeTest.cpp
diff --git a/third_party/WebKit/Source/platform/PODIntervalTreeTest.cpp b/third_party/WebKit/Source/platform/PODIntervalTreeTest.cpp
index 3517d45968ab3246b79dbee67fe9e93717cce19b..c18bd9570f684f644fb5decbb9f8da96794bb56d 100644
--- a/third_party/WebKit/Source/platform/PODIntervalTreeTest.cpp
+++ b/third_party/WebKit/Source/platform/PODIntervalTreeTest.cpp
@@ -329,7 +329,8 @@ TEST(PODIntervalTreeTest, RandomDeletionAndInsertionRegressionTest3) {
}
TEST(PODIntervalTreeTest, RandomDeletionAndInsertionRegressionTest4) {
- // Even further reduced test case for RandomDeletionAndInsertionRegressionTest3.
+ // Even further reduced test case for
+ // RandomDeletionAndInsertionRegressionTest3.
PODIntervalTree<int> tree;
tree.add(tree.createInterval(0, 5));
ASSERT_TRUE(tree.checkInvariants());

Powered by Google App Engine
This is Rietveld 408576698