Skip to content
Snippets Groups Projects
Verified Commit 71f0832c authored by Otto Länd's avatar Otto Länd Committed by Pier Angelo Vendrame
Browse files

Bug 1743329: apply code formatting via Lando

# ignore-this-changeset
parent 2f28fed5
No related branches found
No related tags found
1 merge request!1061Bug 42998: Rebased stable onto 115.14.0esr
......@@ -185,9 +185,9 @@ using HidePopupOptions = mozilla::EnumSet<HidePopupOption>;
extern const nsNavigationDirection DirectionFromKeyCodeTable[2][6];
#define NS_DIRECTION_FROM_KEY_CODE(frame, keycode) \
(DirectionFromKeyCodeTable[static_cast<uint8_t>( \
(frame)->StyleVisibility()->mDirection)][( \
keycode)-mozilla::dom::KeyboardEvent_Binding::DOM_VK_END])
(DirectionFromKeyCodeTable \
[static_cast<uint8_t>((frame)->StyleVisibility()->mDirection)] \
[(keycode) - mozilla::dom::KeyboardEvent_Binding::DOM_VK_END])
// Used to hold information about a popup that is about to be opened.
struct PendingPopup {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment