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

Unified Diff: tools/skiaserve/urlhandlers/PostHandler.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/InfoHandler.cpp ('k') | tools/skiaserve/urlhandlers/RootHandler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/skiaserve/urlhandlers/PostHandler.cpp
diff --git a/tools/skiaserve/urlhandlers/PostHandler.cpp b/tools/skiaserve/urlhandlers/PostHandler.cpp
index ce599200b28578829013637af3eb8159aa651249..34beefae11cd414c0c1c0efc3ead487b23fe2287 100644
--- a/tools/skiaserve/urlhandlers/PostHandler.cpp
+++ b/tools/skiaserve/urlhandlers/PostHandler.cpp
@@ -66,11 +66,10 @@ int PostHandler::handle(Request* request, MHD_Connection* connection,
fprintf(stderr, "Could not create picture from stream.\n");
return MHD_NO;
}
-
+
// clear upload context
delete request->fUploadContext;
request->fUploadContext = nullptr;
return SendTemplate(connection, true, "/");
}
-
« no previous file with comments | « tools/skiaserve/urlhandlers/InfoHandler.cpp ('k') | tools/skiaserve/urlhandlers/RootHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698