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

Unified Diff: Source/core/inspector/TimelineRecordFactory.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/inspector/TimelineRecordFactory.h ('k') | Source/core/inspector/WorkerInspectorController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/TimelineRecordFactory.cpp
diff --git a/Source/core/inspector/TimelineRecordFactory.cpp b/Source/core/inspector/TimelineRecordFactory.cpp
index 3f9afe3f65a0df17ca3ef311227fb3a8efb0e2ed..35f2ee38aad4b8ed8836105b5d8340abf5919b51 100644
--- a/Source/core/inspector/TimelineRecordFactory.cpp
+++ b/Source/core/inspector/TimelineRecordFactory.cpp
@@ -184,7 +184,7 @@ PassRefPtr<JSONObject> TimelineRecordFactory::createLayoutData(unsigned dirtyObj
data->setBoolean("partialLayout", partialLayout);
return data.release();
}
-
+
PassRefPtr<JSONObject> TimelineRecordFactory::createDecodeImageData(const String& imageType)
{
RefPtr<JSONObject> data = JSONObject::create();
« no previous file with comments | « Source/core/inspector/TimelineRecordFactory.h ('k') | Source/core/inspector/WorkerInspectorController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698