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

Unified Diff: pdf/pdf.cc

Issue 2828413005: Clang format pdf/ (Closed)
Patch Set: Manual tweaks Created 3 years, 8 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 | « pdf/paint_manager.cc ('k') | pdf/pdfium/pdfium_api_string_buffer_adapter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/pdf.cc
diff --git a/pdf/pdf.cc b/pdf/pdf.cc
index 917ae4720b6ff263fa9b2e9fbc2e55b6da826081..03f6d72544dd688b2148e35df9f4fdac20418de0 100644
--- a/pdf/pdf.cc
+++ b/pdf/pdf.cc
@@ -26,8 +26,7 @@ bool g_sdk_initialized_via_pepper = false;
} // namespace
-PDFModule::PDFModule() {
-}
+PDFModule::PDFModule() {}
PDFModule::~PDFModule() {
if (g_sdk_initialized_via_pepper) {
@@ -59,7 +58,6 @@ pp::Instance* PDFModule::CreateInstance(PP_Instance instance) {
return new OutOfProcessInstance(instance);
}
-
// Implementation of Global PPP functions ---------------------------------
int32_t PPP_InitializeModule(PP_Module module_id,
PPB_GetInterface get_browser_interface) {
« no previous file with comments | « pdf/paint_manager.cc ('k') | pdf/pdfium/pdfium_api_string_buffer_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698