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

Unified Diff: native_client_sdk/src/libraries/nacl_io/pepper_interface_delegate.h

Issue 303223007: [NaCl SDK] nacl_io: Run clang-format over nacl_io sources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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: native_client_sdk/src/libraries/nacl_io/pepper_interface_delegate.h
diff --git a/native_client_sdk/src/libraries/nacl_io/pepper_interface_delegate.h b/native_client_sdk/src/libraries/nacl_io/pepper_interface_delegate.h
index d6945a4b808fc2f2fe482b32d022b0dcd74ecc9b..b9914c4afae0fa54ccdaf6616619d0e124f39d62 100644
--- a/native_client_sdk/src/libraries/nacl_io/pepper_interface_delegate.h
+++ b/native_client_sdk/src/libraries/nacl_io/pepper_interface_delegate.h
@@ -50,7 +50,7 @@ class PepperInterfaceDelegate : public PepperInterface {
#include "nacl_io/pepper/define_empty_macros.h"
#undef BEGIN_INTERFACE
#define BEGIN_INTERFACE(BaseClass, PPInterface, InterfaceString) \
- virtual BaseClass* Get##BaseClass();
+ virtual BaseClass* Get##BaseClass();
#include "nacl_io/pepper/all_interfaces.h"
// Interface delegate setters.
@@ -63,7 +63,7 @@ class PepperInterfaceDelegate : public PepperInterface {
#include "nacl_io/pepper/define_empty_macros.h"
#undef BEGIN_INTERFACE
#define BEGIN_INTERFACE(BaseClass, PPInterface, InterfaceString) \
- void Set##BaseClass##Delegate(BaseClass* delegate);
+ void Set##BaseClass##Delegate(BaseClass* delegate);
#include "nacl_io/pepper/all_interfaces.h"
private:
@@ -73,7 +73,7 @@ class PepperInterfaceDelegate : public PepperInterface {
#include "nacl_io/pepper/define_empty_macros.h"
#undef BEGIN_INTERFACE
#define BEGIN_INTERFACE(BaseClass, PPInterface, InterfaceString) \
- BaseClass* BaseClass##delegate_;
+ BaseClass* BaseClass##delegate_;
#include "nacl_io/pepper/all_interfaces.h"
};

Powered by Google App Engine
This is Rietveld 408576698