forked from mirrors/gecko-dev
Bug 1743329: apply code formatting via Lando
# ignore-this-changeset
This commit is contained in:
parent
67490f9abf
commit
65c3ed2d33
1 changed files with 4 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue