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

Unified Diff: ppapi/thunk/thunk.h

Issue 238923007: PPAPI: Format ppapi/thunk using clang-format. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge 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
« ppapi/thunk/ppb_url_loader_thunk.cc ('K') | « ppapi/thunk/resource_creation_api.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/thunk/thunk.h
diff --git a/ppapi/thunk/thunk.h b/ppapi/thunk/thunk.h
index 3d4a77f3f77ba3aa69c419c135d3ad4836a32f21..75441bc64f5f1d72acf07765a9efa6e6f9038ca6 100644
--- a/ppapi/thunk/thunk.h
+++ b/ppapi/thunk/thunk.h
@@ -12,11 +12,13 @@
//
// const PPB_Foo* ppapi::thunk::GetPPB_Foo_Thunk();
//
-#define PROXIED_IFACE(interface_name, InterfaceType) \
- struct InterfaceType; \
- namespace ppapi { namespace thunk { \
+#define PROXIED_IFACE(interface_name, InterfaceType) \
+ struct InterfaceType; \
+ namespace ppapi { \
+ namespace thunk { \
PPAPI_THUNK_EXPORT const InterfaceType* Get##InterfaceType##_Thunk(); \
- } }
+ } \
+ }
#include "ppapi/thunk/interfaces_ppb_private.h"
#include "ppapi/thunk/interfaces_ppb_private_no_permissions.h"
« ppapi/thunk/ppb_url_loader_thunk.cc ('K') | « ppapi/thunk/resource_creation_api.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698