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

Unified Diff: mojo/public/interfaces/bindings/tests/sample_interfaces.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/public/interfaces/bindings/tests/sample_interfaces.mojom
diff --git a/mojo/public/interfaces/bindings/tests/sample_interfaces.mojom b/mojo/public/interfaces/bindings/tests/sample_interfaces.mojom
index 1633d8b27a4db7f405c40d0dfba2093cf81bd7b5..1e603ba761d3e42a0e7e3365d41fc0bfd1ebf74b 100644
--- a/mojo/public/interfaces/bindings/tests/sample_interfaces.mojom
+++ b/mojo/public/interfaces/bindings/tests/sample_interfaces.mojom
@@ -3,15 +3,15 @@
// found in the LICENSE file.
[DartPackage="_mojo_for_test_only",
- JavaPackage="org.chromium.mojo.bindings.test.mojom.sample",
- JavaConstantsClassName="InterfaceConstants",
- Foo = "hello world"]
+JavaPackage="org.chromium.mojo.bindings.test.mojom.sample",
+JavaConstantsClassName="InterfaceConstants",
+Foo="hello world"]
module sample;
const uint64 kLong = 4405;
enum Enum {
- VALUE
+ VALUE,
};
interface Provider {
@@ -23,9 +23,9 @@ interface Provider {
};
interface IntegerAccessor {
- GetInteger() => (int64 data, [MinVersion=2] Enum type);
+ GetInteger() => (int64 data, [MinVersion=2]Enum type);
vtl 2016/02/29 23:41:59 Do we really want to omit the space after the ']'
azani 2016/03/04 01:08:49 Done.
[MinVersion=1]
- SetInteger(int64 data, [MinVersion=3] Enum type);
+ SetInteger(int64 data, [MinVersion=3]Enum type);
};
// Used for testing that structs are generated for request params and response

Powered by Google App Engine
This is Rietveld 408576698