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

Unified Diff: native_client_sdk/src/libraries/nacl_io/pipe/pipe_event_emitter.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/pipe/pipe_event_emitter.cc
diff --git a/native_client_sdk/src/libraries/nacl_io/pipe/pipe_event_emitter.cc b/native_client_sdk/src/libraries/nacl_io/pipe/pipe_event_emitter.cc
index b5c19e228c2935d4d7d3a5642f8f1245fe82f459..738a84bdaa5390f7950632200a012ad3cf318119 100644
--- a/native_client_sdk/src/libraries/nacl_io/pipe/pipe_event_emitter.cc
+++ b/native_client_sdk/src/libraries/nacl_io/pipe/pipe_event_emitter.cc
@@ -20,7 +20,8 @@ Error PipeEventEmitter::Read_Locked(char* data, size_t len, int* out_bytes) {
return 0;
}
-Error PipeEventEmitter::Write_Locked(const char* data, size_t len,
+Error PipeEventEmitter::Write_Locked(const char* data,
+ size_t len,
int* out_bytes) {
*out_bytes = fifo_.Write(data, len);

Powered by Google App Engine
This is Rietveld 408576698