remove trailing whitespace

Whitespace police in full effect.
This commit is contained in:
Daniel Stone
2006-11-08 15:36:47 +02:00
committed by Daniel Stone
parent 2035f115b7
commit e7900d68c3
3 changed files with 109 additions and 109 deletions

View File

@@ -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)
{