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

Unified Diff: tools/skiaserve/urlhandlers/BreakHandler.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/BatchesHandler.cpp ('k') | tools/skiaserve/urlhandlers/ClipAlphaHandler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/skiaserve/urlhandlers/BreakHandler.cpp
diff --git a/tools/skiaserve/urlhandlers/BreakHandler.cpp b/tools/skiaserve/urlhandlers/BreakHandler.cpp
index b701955f9005a0216b877ce0366db148f2c9a411..16bf5072978c6a68c1b76f2c501c3221e79858ce 100644
--- a/tools/skiaserve/urlhandlers/BreakHandler.cpp
+++ b/tools/skiaserve/urlhandlers/BreakHandler.cpp
@@ -83,4 +83,3 @@ int BreakHandler::handle(Request* request, MHD_Connection* connection,
SkAutoTUnref<SkData> data(stream.copyToData());
return SendData(connection, data, "application/json");
}
-
« no previous file with comments | « tools/skiaserve/urlhandlers/BatchesHandler.cpp ('k') | tools/skiaserve/urlhandlers/ClipAlphaHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698