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

Unified Diff: Source/web/WorkerAsyncFileWriterChromium.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 | « Source/web/WebWorkerInfo.cpp ('k') | Source/web/WorkerFileWriterCallbacksBridge.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WorkerAsyncFileWriterChromium.h
diff --git a/Source/web/WorkerAsyncFileWriterChromium.h b/Source/web/WorkerAsyncFileWriterChromium.h
index b52d18ee2fd536c74a4dfc1c4040fa282f290f74..96ebd354a65e66550048e429367721155b22f8c1 100644
--- a/Source/web/WorkerAsyncFileWriterChromium.h
+++ b/Source/web/WorkerAsyncFileWriterChromium.h
@@ -65,7 +65,7 @@ public:
return adoptPtr(new WorkerAsyncFileWriterChromium(webFileSystem, path, workerGlobalScope, client, type));
}
~WorkerAsyncFileWriterChromium();
-
+
bool waitForOperationToComplete();
// FileWriter
« no previous file with comments | « Source/web/WebWorkerInfo.cpp ('k') | Source/web/WorkerFileWriterCallbacksBridge.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698