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

Unified Diff: public/platform/WebHTTPLoadInfo.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/WebGraphicsMemoryStats.h ('k') | public/platform/WebLayer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebHTTPLoadInfo.h
diff --git a/public/platform/WebHTTPLoadInfo.h b/public/platform/WebHTTPLoadInfo.h
index 09bf169928b57a62f26949ba3af67b8b37853366..8966e3c4d65c2ce44095b5f26f81c5be9243b188 100644
--- a/public/platform/WebHTTPLoadInfo.h
+++ b/public/platform/WebHTTPLoadInfo.h
@@ -47,7 +47,7 @@ public:
~WebHTTPLoadInfo() { reset(); }
WebHTTPLoadInfo(const WebHTTPLoadInfo& r) { assign(r); }
WebHTTPLoadInfo& operator =(const WebHTTPLoadInfo& r)
- {
+ {
assign(r);
return *this;
}
« no previous file with comments | « public/platform/WebGraphicsMemoryStats.h ('k') | public/platform/WebLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698