Index: mojo/edk/system/local_data_pipe.h |
diff --git a/mojo/edk/system/local_data_pipe.h b/mojo/edk/system/local_data_pipe.h |
index abe3a4625b46786064c3957fead7279fca88b152..c98cb7e65e37b3290d84bb5ddf311ffd1220877a 100644 |
--- a/mojo/edk/system/local_data_pipe.h |
+++ b/mojo/edk/system/local_data_pipe.h |
@@ -44,11 +44,12 @@ |
uint32_t num_bytes_written) override; |
HandleSignalsState ProducerGetHandleSignalsStateImplNoLock() const override; |
void ConsumerCloseImplNoLock() override; |
- MojoResult ConsumerReadDataImplNoLock(UserPointer<void> elements, |
- UserPointer<uint32_t> num_bytes, |
- uint32_t max_num_bytes_to_read, |
- uint32_t min_num_bytes_to_read, |
- bool peek) override; |
+ MojoResult ConsumerReadDataImplNoLock( |
+ UserPointer<void> elements, |
+ UserPointer<uint32_t> num_bytes, |
+ uint32_t max_num_bytes_to_read, |
+ uint32_t min_num_bytes_to_read, |
+ bool peek) override; |
MojoResult ConsumerDiscardDataImplNoLock( |
UserPointer<uint32_t> num_bytes, |
uint32_t max_num_bytes_to_discard, |