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

Unified Diff: native_client_sdk/src/libraries/nacl_io/socket/packet.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/socket/packet.cc
diff --git a/native_client_sdk/src/libraries/nacl_io/socket/packet.cc b/native_client_sdk/src/libraries/nacl_io/socket/packet.cc
index c3545b00c46a96ff4f6c0106a912b80c9858b34a..f437d0983f0238543cb07125d5e43042e86b68a6 100644
--- a/native_client_sdk/src/libraries/nacl_io/socket/packet.cc
+++ b/native_client_sdk/src/libraries/nacl_io/socket/packet.cc
@@ -11,7 +11,8 @@
namespace nacl_io {
Packet::Packet(PepperInterface* ppapi)
- : ppapi_(ppapi), addr_(0), buffer_(NULL), len_(0) {}
+ : ppapi_(ppapi), addr_(0), buffer_(NULL), len_(0) {
+}
Packet::~Packet() {
if ((NULL != ppapi_) && addr_)

Powered by Google App Engine
This is Rietveld 408576698