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

Unified Diff: Source/wtf/text/StringHash.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/StringConcatenate.h ('k') | Source/wtf/text/StringOperators.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/text/StringHash.h
diff --git a/Source/wtf/text/StringHash.h b/Source/wtf/text/StringHash.h
index e609e4b6a9bc2fa460a4a35b1fdfffcec616c01e..c517fd426d86e12d2eedb1edd44589f7d7041b15 100644
--- a/Source/wtf/text/StringHash.h
+++ b/Source/wtf/text/StringHash.h
@@ -91,13 +91,13 @@ namespace WTF {
{
return CaseFoldingHash::hash(reinterpret_cast<const LChar*>(data), length);
}
-
+
static inline bool equal(const StringImpl* a, const StringImpl* b)
{
return equalIgnoringCaseNonNull(a, b);
}
- static unsigned hash(const RefPtr<StringImpl>& key)
+ static unsigned hash(const RefPtr<StringImpl>& key)
{
return hash(key.get());
}
« no previous file with comments | « Source/wtf/text/StringConcatenate.h ('k') | Source/wtf/text/StringOperators.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698