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

Unified Diff: ppapi/thunk/ppb_flash_print_thunk.cc

Issue 238923007: PPAPI: Format ppapi/thunk using clang-format. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use Popen instead, force carriage returns in thunks Created 6 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
Index: ppapi/thunk/ppb_flash_print_thunk.cc
diff --git a/ppapi/thunk/ppb_flash_print_thunk.cc b/ppapi/thunk/ppb_flash_print_thunk.cc
index 1316784d6de63fc3fc00fc74e64dd9c4d7451e1f..495c03240ff92d12d8d1d2169b305ceb84e1b0a4 100644
--- a/ppapi/thunk/ppb_flash_print_thunk.cc
+++ b/ppapi/thunk/ppb_flash_print_thunk.cc
@@ -20,9 +20,7 @@ void InvokePrinting(PP_Instance instance) {
enter.functions()->InvokePrinting(instance);
}
-const PPB_Flash_Print_1_0 g_ppb_flash_print_1_0_thunk = {
- &InvokePrinting,
-};
+const PPB_Flash_Print_1_0 g_ppb_flash_print_1_0_thunk = {&InvokePrinting, };
} // namespace

Powered by Google App Engine
This is Rietveld 408576698