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

Unified Diff: ppapi/thunk/ppb_flash_device_id_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_device_id_thunk.cc
diff --git a/ppapi/thunk/ppb_flash_device_id_thunk.cc b/ppapi/thunk/ppb_flash_device_id_thunk.cc
index 43432a0a8c1afd62e20b04e3434da07be32ef81f..5ada179bd6404b6b09e833c571a33ab764a54af2 100644
--- a/ppapi/thunk/ppb_flash_device_id_thunk.cc
+++ b/ppapi/thunk/ppb_flash_device_id_thunk.cc
@@ -37,10 +37,8 @@ int32_t GetDeviceID(PP_Resource device_id,
return enter.SetResult(enter.object()->GetDeviceID(id, enter.callback()));
}
-const PPB_Flash_DeviceID_1_0 g_ppb_flash_deviceid_thunk_1_0 = {
- &Create,
- &GetDeviceID
-};
+const PPB_Flash_DeviceID_1_0 g_ppb_flash_deviceid_thunk_1_0 = {&Create,
+ &GetDeviceID};
} // namespace

Powered by Google App Engine
This is Rietveld 408576698