зеркало из https://github.com/mozilla/gecko-dev.git
Bug 733186 helper-patch: Replace 2 spaces with 1 space between function-signature and implementation in a few spots, so that it's easier for a script to cleanly insert MOZ_OVERRIDE there. (whitespace-only, so DONTBUILD)
This commit is contained in:
Родитель
8b4f430cb8
Коммит
7c0205a99b
|
@ -47,7 +47,7 @@ public:
|
|||
NS_IMETHOD HandleMultiplePress(nsPresContext* aPresContext,
|
||||
nsGUIEvent * aEvent,
|
||||
nsEventStatus* aEventStatus,
|
||||
bool aControlHeld) { return NS_OK; }
|
||||
bool aControlHeld) { return NS_OK; }
|
||||
|
||||
NS_IMETHOD HandleDrag(nsPresContext* aPresContext,
|
||||
nsGUIEvent * aEvent,
|
||||
|
|
|
@ -113,11 +113,11 @@ public:
|
|||
NS_IMETHOD HandleMultiplePress(nsPresContext* aPresContext,
|
||||
nsGUIEvent * aEvent,
|
||||
nsEventStatus* aEventStatus,
|
||||
bool aControlHeld) { return NS_OK; }
|
||||
bool aControlHeld) { return NS_OK; }
|
||||
|
||||
NS_IMETHOD HandleDrag(nsPresContext* aPresContext,
|
||||
nsGUIEvent * aEvent,
|
||||
nsEventStatus* aEventStatus) { return NS_OK; }
|
||||
nsEventStatus* aEventStatus) { return NS_OK; }
|
||||
|
||||
NS_IMETHOD HandleRelease(nsPresContext* aPresContext,
|
||||
nsGUIEvent * aEvent,
|
||||
|
|
Загрузка…
Ссылка в новой задаче