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

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

Issue 1741963002: Auto-formatted all .mojom files. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 10 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: mojo/services/files/interfaces/types.mojom
diff --git a/mojo/services/files/interfaces/types.mojom b/mojo/services/files/interfaces/types.mojom
index 13f28a5ac2c9828462e639c75dc2fcb95710781d..851cff10731c34097c5df7baed705e9c607feb1e 100644
--- a/mojo/services/files/interfaces/types.mojom
+++ b/mojo/services/files/interfaces/types.mojom
@@ -35,7 +35,7 @@ enum Whence {
// TODO(vtl): Should probably be moved out of mojo.files (maybe to mojo.time?).
struct Timespec {
int64 seconds;
- int32 nanoseconds; // Always in the interval [0, 10^9).
+ int32 nanoseconds; // Always in the interval [0, 10^9).
};
// Used for |Touch()| calls. If |now| is set, |timespec| must be null (the time

Powered by Google App Engine
This is Rietveld 408576698