Index: third_party/WebKit/Source/platform/text/BidiTestHarness.h |
diff --git a/third_party/WebKit/Source/platform/text/BidiTestHarness.h b/third_party/WebKit/Source/platform/text/BidiTestHarness.h |
index b7c25547730871b759f5f1a67a8154a83504a315..921bbb71aed7a9159270e603b95ee895b19b8bae 100644 |
--- a/third_party/WebKit/Source/platform/text/BidiTestHarness.h |
+++ b/third_party/WebKit/Source/platform/text/BidiTestHarness.h |
@@ -42,7 +42,8 @@ |
// Unicode.org provides a reference implmentation, including parser: |
// http://www.unicode.org/Public/PROGRAMS/BidiReferenceC/6.3.0/source/brtest.c |
// But it, like the other implementations I've found, is rather tied to |
-// the algorithms it is testing. This file seeks to only implement the parser bits. |
+// the algorithms it is testing. This file seeks to only implement the parser |
+// bits. |
// Other C/C++ implementations of this parser: |
// https://github.com/googlei18n/fribidi-vs-unicode/blob/master/test.c |