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

Unified Diff: Source/core/html/HTMLCollection.cpp

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/html/HTMLCanvasElement.idl ('k') | Source/core/html/HTMLDocument.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLCollection.cpp
diff --git a/Source/core/html/HTMLCollection.cpp b/Source/core/html/HTMLCollection.cpp
index 2e7416828f16612e7e6a7a69bf293ebf683d36f1..613c57a069b6e68dc3963af0ce243cfbf4308d0c 100644
--- a/Source/core/html/HTMLCollection.cpp
+++ b/Source/core/html/HTMLCollection.cpp
@@ -374,7 +374,7 @@ bool ALWAYS_INLINE LiveNodeListBase::isLastItemCloserThanLastOrCachedItem(unsign
return cachedItemOffset() < offset && distanceFromLastItem < offset - cachedItemOffset();
}
-
+
bool ALWAYS_INLINE LiveNodeListBase::isFirstItemCloserThanCachedItem(unsigned offset) const
{
ASSERT(isItemCacheValid());
@@ -402,7 +402,7 @@ unsigned LiveNodeListBase::length() const
item(UINT_MAX);
ASSERT(isLengthCacheValid());
-
+
return cachedLength();
}
@@ -511,7 +511,7 @@ bool HTMLCollection::checkForNameMatch(Element* element, bool checkName, const A
{
if (!element->isHTMLElement())
return false;
-
+
HTMLElement* e = toHTMLElement(element);
if (!checkName)
return e->getIdAttribute() == name;
« no previous file with comments | « Source/core/html/HTMLCanvasElement.idl ('k') | Source/core/html/HTMLDocument.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698