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

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

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.cc
diff --git a/native_client_sdk/src/libraries/nacl_io/pepper_interface_delegate.cc b/native_client_sdk/src/libraries/nacl_io/pepper_interface_delegate.cc
index 384737e761ebb52a2daf401901dabd9129345bfe..29b922bedd4ab87f916966cdf243a654051e81eb 100644
--- a/native_client_sdk/src/libraries/nacl_io/pepper_interface_delegate.cc
+++ b/native_client_sdk/src/libraries/nacl_io/pepper_interface_delegate.cc
@@ -16,7 +16,8 @@ PepperInterfaceDelegate::PepperInterfaceDelegate(PP_Instance instance)
#include "nacl_io/pepper/all_interfaces.h"
}
-PepperInterfaceDelegate::~PepperInterfaceDelegate() {}
+PepperInterfaceDelegate::~PepperInterfaceDelegate() {
+}
PP_Instance PepperInterfaceDelegate::GetInstance() {
return instance_;

Powered by Google App Engine
This is Rietveld 408576698