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

Unified Diff: Source/core/platform/CrossThreadCopier.h

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/platform/Cookie.h ('k') | Source/core/platform/Cursor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/CrossThreadCopier.h
diff --git a/Source/core/platform/CrossThreadCopier.h b/Source/core/platform/CrossThreadCopier.h
index 682425a2e6891943131b0243c96ec9990d451e78..e0ebbc633d3934e88c0dd088f8d0542d4228a7d7 100644
--- a/Source/core/platform/CrossThreadCopier.h
+++ b/Source/core/platform/CrossThreadCopier.h
@@ -148,7 +148,7 @@ namespace WebCore {
static Type copy(const AllowCrossThreadAccessWrapper<T>& wrapper) { return wrapper.value(); }
};
- template<typename T> AllowCrossThreadAccessWrapper<T> AllowCrossThreadAccess(T* value)
+ template<typename T> AllowCrossThreadAccessWrapper<T> AllowCrossThreadAccess(T* value)
{
return AllowCrossThreadAccessWrapper<T>(value);
}
« no previous file with comments | « Source/core/platform/Cookie.h ('k') | Source/core/platform/Cursor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698