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

Unified Diff: third_party/WebKit/Source/platform/text/UnicodeRange.h

Issue 2385283002: reflow comments in platform/{testing,text} (Closed)
Patch Set: idunnolol 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/text/UnicodeRange.h
diff --git a/third_party/WebKit/Source/platform/text/UnicodeRange.h b/third_party/WebKit/Source/platform/text/UnicodeRange.h
index cc7b3342e7acde8cbb1accf355389b2b9d34a847..1bbf914c6e0795ad85978365a9b5554c912c9673 100644
--- a/third_party/WebKit/Source/platform/text/UnicodeRange.h
+++ b/third_party/WebKit/Source/platform/text/UnicodeRange.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* Alternatively, the contents of this file may be used under the terms
* of either the Mozilla Public License Version 1.1, found at
@@ -109,8 +109,9 @@ const unsigned char cRangeSpecials = 57;
const unsigned char cRangeTableBase =
128; // values over 127 are reserved for internal use only
-const unsigned char cRangeTertiaryTable =
- 145; // leave room for 16 subtable indices (cRangeTableBase + 1 .. cRangeTableBase + 16)
+const unsigned char cRangeTertiaryTable = 145; // leave room for 16 subtable
+ // indices (cRangeTableBase + 1
+ // .. cRangeTableBase + 16)
PLATFORM_EXPORT unsigned findCharUnicodeRange(UChar32);
« no previous file with comments | « third_party/WebKit/Source/platform/text/TextStream.cpp ('k') | third_party/WebKit/Source/platform/text/UnicodeRange.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698