Skip to content

Commit aee891a

Browse files
committed
more formatting
1 parent 0449cae commit aee891a

File tree

1 file changed

+4
-4
lines changed
  • packages/react-native/ReactCommon/react/renderer/components/view/platform/macos/react/renderer/components/view

1 file changed

+4
-4
lines changed

packages/react-native/ReactCommon/react/renderer/components/view/platform/macos/react/renderer/components/view/MouseEvent.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/*
2-
* Copyright (c) Meta Platforms, Inc. and affiliates.
2+
* Copyright (c) Microsoft Corporation.
33
*
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.
66
*/
77

88
#pragma once
99

10-
#include <react/renderer/graphics/Geometry.h>
10+
#include <react/renderer/graphics/Float.h>
1111

1212
namespace facebook::react {
1313

@@ -19,7 +19,7 @@ struct MouseEvent {
1919
* Pointer horizontal location in target view.
2020
*/
2121
Float clientX{0};
22-
22+
2323
/**
2424
* Pointer vertical location in target view.
2525
*/
@@ -29,7 +29,7 @@ struct MouseEvent {
2929
* Pointer horizontal location in window.
3030
*/
3131
Float screenX{0};
32-
32+
3333
/**
3434
* Pointer vertical location in window.
3535
*/

0 commit comments

Comments
 (0)