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

Unified Diff: native_client_sdk/src/libraries/nacl_io/real_pepper_interface.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/real_pepper_interface.h
diff --git a/native_client_sdk/src/libraries/nacl_io/real_pepper_interface.h b/native_client_sdk/src/libraries/nacl_io/real_pepper_interface.h
index c6b0a18999df5056d8ff840d0d2ee74dad147d79..d2c8a2f84efcf29b785526e13c85e220a3790d48 100644
--- a/native_client_sdk/src/libraries/nacl_io/real_pepper_interface.h
+++ b/native_client_sdk/src/libraries/nacl_io/real_pepper_interface.h
@@ -17,7 +17,7 @@ namespace nacl_io {
#include "nacl_io/pepper/define_empty_macros.h"
#undef BEGIN_INTERFACE
#define BEGIN_INTERFACE(BaseClass, PPInterface, InterfaceString) \
- class Real##BaseClass;
+ class Real##BaseClass;
#include "nacl_io/pepper/all_interfaces.h"
class RealPepperInterface : public PepperInterface {
@@ -32,7 +32,7 @@ class RealPepperInterface : 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"
private:
@@ -43,7 +43,7 @@ class RealPepperInterface : public PepperInterface {
#include "nacl_io/pepper/define_empty_macros.h"
#undef BEGIN_INTERFACE
#define BEGIN_INTERFACE(BaseClass, PPInterface, InterfaceString) \
- Real##BaseClass* BaseClass##interface_;
+ Real##BaseClass* BaseClass##interface_;
#include "nacl_io/pepper/all_interfaces.h"
};

Powered by Google App Engine
This is Rietveld 408576698