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

Unified Diff: public/platform/WebVector.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 | « public/platform/WebRTCStatsRequest.h ('k') | public/web/WebAccessibilityRole.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebVector.h
diff --git a/public/platform/WebVector.h b/public/platform/WebVector.h
index f704fd2a1f8e9fcabba18196227a885887fd5feb..b190043216ee8ab6e94265ee0b105c6121c091ae 100644
--- a/public/platform/WebVector.h
+++ b/public/platform/WebVector.h
@@ -131,7 +131,7 @@ public:
WEBKIT_ASSERT(i < m_size);
return m_ptr[i];
}
-
+
bool contains(const T& value) const
{
for (size_t i = 0; i < m_size; i++) {
« no previous file with comments | « public/platform/WebRTCStatsRequest.h ('k') | public/web/WebAccessibilityRole.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698