| Index: mojo/services/public/interfaces/geometry/geometry.mojom
|
| diff --git a/mojo/services/public/interfaces/geometry/geometry.mojom b/mojo/services/public/interfaces/geometry/geometry.mojom
|
| index 72e4246a1bf6f5a6895584b5fea95da248a58ea9..f8b1679175ced0b5b2ba767b72a5f096471bb0c8 100644
|
| --- a/mojo/services/public/interfaces/geometry/geometry.mojom
|
| +++ b/mojo/services/public/interfaces/geometry/geometry.mojom
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -module mojo {
|
| +module mojo;
|
|
|
| struct Point {
|
| int32 x;
|
| @@ -37,5 +37,3 @@ struct Transform {
|
| // Row major order.
|
| array<float, 16>? matrix;
|
| };
|
| -
|
| -}
|
|
|