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

Unified Diff: mojo/services/files/interfaces/file.mojom

Issue 1741963002: Auto-formatted all .mojom files. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « mojo/services/files/interfaces/directory.mojom ('k') | mojo/services/files/interfaces/ioctl_terminal.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/files/interfaces/file.mojom
diff --git a/mojo/services/files/interfaces/file.mojom b/mojo/services/files/interfaces/file.mojom
index c2f2bdd9df3afa367f1b47a03d7ba0a0fa379217..9a88a8b176a1691f3b4dbb14e9dea5b3412fea3f 100644
--- a/mojo/services/files/interfaces/file.mojom
+++ b/mojo/services/files/interfaces/file.mojom
@@ -42,7 +42,8 @@ interface File {
ReadToStream(handle<data_pipe_producer> source,
int64 offset,
Whence whence,
- int64 num_bytes_to_read) => (Error error);
+ int64 num_bytes_to_read)
+ => (Error error);
WriteFromStream(handle<data_pipe_consumer> sink, int64 offset, Whence whence)
=> (Error error);
« no previous file with comments | « mojo/services/files/interfaces/directory.mojom ('k') | mojo/services/files/interfaces/ioctl_terminal.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698