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

Unified Diff: native_client_sdk/src/libraries/nacl_io/fifo_char.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/fifo_char.h
diff --git a/native_client_sdk/src/libraries/nacl_io/fifo_char.h b/native_client_sdk/src/libraries/nacl_io/fifo_char.h
index 2f43db6e0b9270824eed009416fadb54009620a3..27cec2f352988c3cdac3aa6efdf95ffff7c3c073 100644
--- a/native_client_sdk/src/libraries/nacl_io/fifo_char.h
+++ b/native_client_sdk/src/libraries/nacl_io/fifo_char.h
@@ -40,7 +40,7 @@ class FIFOChar : public FIFOInterface {
// written.
size_t Write(const void* buf, size_t len);
-private:
+ private:
char* buffer_;
size_t size_; // Size of the FIFO
size_t avail_; // How much data is currently available
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/event_listener.cc ('k') | native_client_sdk/src/libraries/nacl_io/fifo_char.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698