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

Unified Diff: tools/skiaserve/urlhandlers/ImgHandler.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/EnableGPUHandler.cpp ('k') | tools/skiaserve/urlhandlers/InfoHandler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/skiaserve/urlhandlers/ImgHandler.cpp
diff --git a/tools/skiaserve/urlhandlers/ImgHandler.cpp b/tools/skiaserve/urlhandlers/ImgHandler.cpp
index a0e58bcc4dfec06037dff9550853a4c89541b8ed..91ea6d06de2d3b43f91fe579a868c2b15a919930 100644
--- a/tools/skiaserve/urlhandlers/ImgHandler.cpp
+++ b/tools/skiaserve/urlhandlers/ImgHandler.cpp
@@ -43,4 +43,3 @@ int ImgHandler::handle(Request* request, MHD_Connection* connection,
SkAutoTUnref<SkData> data(request->drawToPng(n, m));
return SendData(connection, data, "image/png");
}
-
« no previous file with comments | « tools/skiaserve/urlhandlers/EnableGPUHandler.cpp ('k') | tools/skiaserve/urlhandlers/InfoHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698