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

Unified Diff: mojo/public/interfaces/bindings/interface_control_messages.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
Index: mojo/public/interfaces/bindings/interface_control_messages.mojom
diff --git a/mojo/public/interfaces/bindings/interface_control_messages.mojom b/mojo/public/interfaces/bindings/interface_control_messages.mojom
index 10bd269696783dac1cab6380b6face78ca6c5e1c..69524ecc76a803bd62065ad33e96628d063ab255 100644
--- a/mojo/public/interfaces/bindings/interface_control_messages.mojom
+++ b/mojo/public/interfaces/bindings/interface_control_messages.mojom
@@ -2,7 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-[DartPackage="mojo", JavaPackage="org.chromium.mojo.bindings"]
+[DartPackage="mojo",
+ JavaPackage="org.chromium.mojo.bindings"]
module mojo;
// For each message pipe representing a user-defined interface, some control
@@ -52,8 +53,7 @@ struct RunResponseMessageParams {
};
// Queries the max supported version of the user-defined interface.
-struct QueryVersion {
-};
+struct QueryVersion {};
struct QueryVersionResult {
uint32 version;
};
« no previous file with comments | « mojo/dart/unittests/embedder_tester/dart_to_cpp.mojom ('k') | mojo/public/interfaces/bindings/mojom_files.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698