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

Unified Diff: tools/skiaserve/urlhandlers/DownloadHandler.cpp

Issue 1842753002: Style bikeshed - remove extraneous whitespace (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 9 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 | « tools/skiaserve/urlhandlers/DataHandler.cpp ('k') | tools/skiaserve/urlhandlers/EnableGPUHandler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/skiaserve/urlhandlers/DownloadHandler.cpp
diff --git a/tools/skiaserve/urlhandlers/DownloadHandler.cpp b/tools/skiaserve/urlhandlers/DownloadHandler.cpp
index fd9308d26eb47c99c36996cd6ff13a2296cc11b8..4e2391588b2fe2746edc1661a87f19f6e2f87945 100644
--- a/tools/skiaserve/urlhandlers/DownloadHandler.cpp
+++ b/tools/skiaserve/urlhandlers/DownloadHandler.cpp
@@ -31,4 +31,3 @@ int DownloadHandler::handle(Request* request, MHD_Connection* connection,
return SendData(connection, data, "application/octet-stream", true,
"attachment; filename=something.skp;");
}
-
« no previous file with comments | « tools/skiaserve/urlhandlers/DataHandler.cpp ('k') | tools/skiaserve/urlhandlers/EnableGPUHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698