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

Unified Diff: Source/core/loader/archive/ArchiveResourceCollection.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/loader/archive/ArchiveResourceCollection.h ('k') | Source/core/loader/cache/CachePolicy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/archive/ArchiveResourceCollection.cpp
diff --git a/Source/core/loader/archive/ArchiveResourceCollection.cpp b/Source/core/loader/archive/ArchiveResourceCollection.cpp
index bef1d311ad3f3aa1dc894077c159e3253a38fb03..06b24301ef47a2d090c5a6a23e23e0f594ef8850 100644
--- a/Source/core/loader/archive/ArchiveResourceCollection.cpp
+++ b/Source/core/loader/archive/ArchiveResourceCollection.cpp
@@ -79,7 +79,7 @@ ArchiveResource* ArchiveResourceCollection::archiveResourceForURL(const KURL& ur
ArchiveResource* resource = m_subresources.get(url);
if (!resource)
return 0;
-
+
return resource;
}
« no previous file with comments | « Source/core/loader/archive/ArchiveResourceCollection.h ('k') | Source/core/loader/cache/CachePolicy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698