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

Unified Diff: Source/wtf/text/TextCodecASCIIFastPath.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 | « Source/wtf/text/TextCodec.cpp ('k') | Source/wtf/text/TextCodecICU.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/text/TextCodecASCIIFastPath.h
diff --git a/Source/wtf/text/TextCodecASCIIFastPath.h b/Source/wtf/text/TextCodecASCIIFastPath.h
index d27f164b65d20a8bb07862298d288ff70a4195d9..f7a7d6a7ece9444a68933211eace3143794c46e1 100644
--- a/Source/wtf/text/TextCodecASCIIFastPath.h
+++ b/Source/wtf/text/TextCodecASCIIFastPath.h
@@ -37,7 +37,7 @@ template<> struct UCharByteFiller<4> {
{
memcpy(destination, source, 4);
}
-
+
static void copy(UChar* destination, const uint8_t* source)
{
destination[0] = source[0];
« no previous file with comments | « Source/wtf/text/TextCodec.cpp ('k') | Source/wtf/text/TextCodecICU.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698