[webkit-changes] [WebKit/WebKit] d536c4: [style-checker] PlatformMouseEvent.h:42: Code insi...
Abrar Rahman Protyasha
noreply at github.com
Sun Sep 17 16:31:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d536c41672d0f62d0a480255d07b129668c6fbfb
https://github.com/WebKit/WebKit/commit/d536c41672d0f62d0a480255d07b129668c6fbfb
Author: Abrar Rahman Protyasha <a_protyasha at apple.com>
Date: 2023-09-17 (Sun, 17 Sep 2023)
Changed paths:
M Source/WebCore/platform/PlatformMouseEvent.h
Log Message:
-----------
[style-checker] PlatformMouseEvent.h:42: Code inside a namespace should not be indented.
https://bugs.webkit.org/show_bug.cgi?id=261636
rdar://115590961
Reviewed by Wenson Hsieh.
This commit simply unindents the content of `PlatformMouseEvent.h`
inside the `WebCore` namespace, as it was unnecessarily indented before.
* Source/WebCore/platform/PlatformMouseEvent.h:
(WebCore::PlatformMouseEvent::PlatformMouseEvent):
(WebCore::PlatformMouseEvent::position const):
(WebCore::PlatformMouseEvent::globalPosition const):
(WebCore::PlatformMouseEvent::movementDelta const):
(WebCore::PlatformMouseEvent::button const):
(WebCore::PlatformMouseEvent::buttons const):
(WebCore::PlatformMouseEvent::clickCount const):
(WebCore::PlatformMouseEvent::modifierFlags const):
(WebCore::PlatformMouseEvent::force const):
(WebCore::PlatformMouseEvent::syntheticClickType const):
(WebCore::PlatformMouseEvent::pointerId const):
(WebCore::PlatformMouseEvent::pointerType const):
(WebCore::PlatformMouseEvent::eventNumber const):
(WebCore::PlatformMouseEvent::menuTypeForEvent const):
(WebCore::PlatformMouseEvent::setClickCount):
(WebCore::PlatformMouseEvent::didActivateWebView const):
(WebCore::PlatformMouseEvent::isTouchEvent const):
(WebCore::operator==):
(WebCore::operator!=):
Canonical link: https://commits.webkit.org/268070@main
More information about the webkit-changes
mailing list