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

Unified Diff: ppapi/thunk/ppb_video_source_private_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_video_source_private_thunk.cc
diff --git a/ppapi/thunk/ppb_video_source_private_thunk.cc b/ppapi/thunk/ppb_video_source_private_thunk.cc
index a2910a5ae5f2cf70aaaa9743b49b9449814f89d9..fcdaa2e313d8ff93d4329b2f54519281f87b1126 100644
--- a/ppapi/thunk/ppb_video_source_private_thunk.cc
+++ b/ppapi/thunk/ppb_video_source_private_thunk.cc
@@ -54,12 +54,7 @@ void Close(PP_Resource source) {
}
const PPB_VideoSource_Private_0_1 g_ppb_video_source_private_thunk_0_1 = {
- &Create,
- &IsVideoSource,
- &Open,
- &GetFrame,
- &Close
-};
+ &Create, &IsVideoSource, &Open, &GetFrame, &Close};
} // namespace

Powered by Google App Engine
This is Rietveld 408576698