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

Unified Diff: ppapi/thunk/ppb_x509_certificate_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_x509_certificate_private_thunk.cc
diff --git a/ppapi/thunk/ppb_x509_certificate_private_thunk.cc b/ppapi/thunk/ppb_x509_certificate_private_thunk.cc
index 50e070833413b7da7db993bdffec7132653b2b57..380aa5baea63aec06d69bbcc1fce364e865dfc60 100644
--- a/ppapi/thunk/ppb_x509_certificate_private_thunk.cc
+++ b/ppapi/thunk/ppb_x509_certificate_private_thunk.cc
@@ -29,7 +29,7 @@ PP_Bool IsX509CertificatePrivate(PP_Resource resource) {
}
PP_Bool Initialize(PP_Resource certificate,
- const char *bytes,
+ const char* bytes,
uint32_t length) {
EnterX509CertificatePrivate enter(certificate, true);
if (enter.failed())
@@ -46,11 +46,7 @@ PP_Var GetField(PP_Resource certificate,
}
const PPB_X509Certificate_Private g_ppb_x509_certificate_thunk = {
- &Create,
- &IsX509CertificatePrivate,
- &Initialize,
- &GetField
-};
+ &Create, &IsX509CertificatePrivate, &Initialize, &GetField};
} // namespace

Powered by Google App Engine
This is Rietveld 408576698