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

Unified Diff: tools/skiaserve/urlhandlers/CmdHandler.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/ClipAlphaHandler.cpp ('k') | tools/skiaserve/urlhandlers/DataHandler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/skiaserve/urlhandlers/CmdHandler.cpp
diff --git a/tools/skiaserve/urlhandlers/CmdHandler.cpp b/tools/skiaserve/urlhandlers/CmdHandler.cpp
index 1699bcbcfc923f4a0889c34702920d6c6759b65d..09fdc171053bd9a0546c3d947f10652948b59774 100644
--- a/tools/skiaserve/urlhandlers/CmdHandler.cpp
+++ b/tools/skiaserve/urlhandlers/CmdHandler.cpp
@@ -36,7 +36,7 @@ int CmdHandler::handle(Request* request, MHD_Connection* connection,
} else {
sscanf(commands[1].c_str(), "%d", &n);
}
-
+
SkAutoTUnref<SkData> data(request->getJsonOps(n));
return SendData(connection, data, "application/json");
}
@@ -60,4 +60,3 @@ int CmdHandler::handle(Request* request, MHD_Connection* connection,
return MHD_NO;
}
-
« no previous file with comments | « tools/skiaserve/urlhandlers/ClipAlphaHandler.cpp ('k') | tools/skiaserve/urlhandlers/DataHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698