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

Unified Diff: Source/core/loader/TextResourceDecoder.h

Issue 20294002: Fix trailing whitespace in .cpp, .h, and .idl files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased 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/core/loader/SubstituteData.h ('k') | Source/core/loader/TextResourceDecoder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/TextResourceDecoder.h
diff --git a/Source/core/loader/TextResourceDecoder.h b/Source/core/loader/TextResourceDecoder.h
index 3a1a8854f20c7f0e9e7bad27e3015aef34b2ccb6..14baa35edd29b99ba11644e30af9fe2fcd985427 100644
--- a/Source/core/loader/TextResourceDecoder.h
+++ b/Source/core/loader/TextResourceDecoder.h
@@ -58,7 +58,7 @@ public:
void setHintEncoding(const TextResourceDecoder* hintDecoder)
{
- // hintEncoding is for use with autodetection, which should be
+ // hintEncoding is for use with autodetection, which should be
// only invoked when hintEncoding comes from auto-detection.
if (hintDecoder && hintDecoder->wasDetectedHueristically())
m_hintEncoding = hintDecoder->encoding().name();
« no previous file with comments | « Source/core/loader/SubstituteData.h ('k') | Source/core/loader/TextResourceDecoder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698