Bug 1378712 - Remove all trailing whitespaces r=Ehsan

MozReview-Commit-ID: Kdz2xtTF9EG
This commit is contained in:
Sylvestre Ledru
2017-07-06 14:00:35 +02:00
parent 529c5d5237
commit 9d4a84d778
1222 changed files with 16800 additions and 16800 deletions

View File

@@ -956,7 +956,7 @@ static NPError
_popupcontextmenu(NPP instance, NPMenu* menu);
static NPBool
_convertpoint(NPP instance,
_convertpoint(NPP instance,
double sourceX, double sourceY, NPCoordinateSpace sourceSpace,
double *destX, double *destY, NPCoordinateSpace destSpace);
@@ -1707,7 +1707,7 @@ _popupcontextmenu(NPP instance, NPMenu* menu)
AssertPluginThread();
#ifdef MOZ_WIDGET_COCOA
double pluginX, pluginY;
double pluginX, pluginY;
double screenX, screenY;
const NPCocoaEvent* currentEvent = InstCast(instance)->getCurrentEvent();
@@ -1731,8 +1731,8 @@ _popupcontextmenu(NPP instance, NPMenu* menu)
if ((pluginX < 0.0) || (pluginY < 0.0))
return NPERR_GENERIC_ERROR;
NPBool success = _convertpoint(instance,
pluginX, pluginY, NPCoordinateSpacePlugin,
NPBool success = _convertpoint(instance,
pluginX, pluginY, NPCoordinateSpacePlugin,
&screenX, &screenY, NPCoordinateSpaceScreen);
if (success) {
@@ -1752,7 +1752,7 @@ _popupcontextmenu(NPP instance, NPMenu* menu)
}
NPBool
_convertpoint(NPP instance,
_convertpoint(NPP instance,
double sourceX, double sourceY, NPCoordinateSpace sourceSpace,
double *destX, double *destY, NPCoordinateSpace destSpace)
{
@@ -2683,7 +2683,7 @@ PluginModuleChild::RecvProcessNativeEventsInInterruptCall()
#ifdef MOZ_WIDGET_COCOA
void
PluginModuleChild::ProcessNativeEvents() {
CallProcessSomeEvents();
CallProcessSomeEvents();
}
#endif