remove trailing whitespace
Whitespace police in full effect.
This commit is contained in:
committed by
Daniel Stone
parent
2035f115b7
commit
e7900d68c3
@@ -168,7 +168,7 @@ updateMotionHistory(DeviceIntPtr pDev, CARD32 ms, int first_valuator,
|
||||
|
||||
pDev->valuator->last_motion = (pDev->valuator->last_motion + 1) %
|
||||
pDev->valuator->numMotionEvents;
|
||||
|
||||
|
||||
/* If we're wrapping around, just keep the circular buffer going. */
|
||||
if (pDev->valuator->first_motion == pDev->valuator->last_motion)
|
||||
pDev->valuator->first_motion = (pDev->valuator->first_motion + 1) %
|
||||
@@ -745,7 +745,7 @@ SwitchCoreKeyboard(DeviceIntPtr pDev)
|
||||
* Currently a no-op.
|
||||
*
|
||||
* Call this just before processInputProc.
|
||||
*/
|
||||
*/
|
||||
_X_EXPORT void
|
||||
SwitchCorePointer(DeviceIntPtr pDev)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user