whitespace fixes

Signed-off-by: Simon Thum <simon.thum@gmx.de>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Simon Thum 2010-01-06 19:13:36 +01:00 committed by Peter Hutterer
parent 14039b5a79
commit 1aca2d7575

View File

@ -144,8 +144,7 @@ ProcessVelocityConfiguration(DeviceIntPtr pDev, char* devname, pointer list,
prop = XIGetKnownProperty(ACCEL_PROP_PROFILE_NUMBER); prop = XIGetKnownProperty(ACCEL_PROP_PROFILE_NUMBER);
if (XIChangeDeviceProperty(pDev, prop, XA_INTEGER, 32, if (XIChangeDeviceProperty(pDev, prop, XA_INTEGER, 32,
PropModeReplace, 1, &tempi, FALSE) == Success) PropModeReplace, 1, &tempi, FALSE) == Success) {
{
xf86Msg(X_CONFIG, "%s: (accel) acceleration profile %i\n", devname, xf86Msg(X_CONFIG, "%s: (accel) acceleration profile %i\n", devname,
tempi); tempi);
} else { } else {
@ -167,9 +166,8 @@ ProcessVelocityConfiguration(DeviceIntPtr pDev, char* devname, pointer list,
} }
tempi = xf86SetIntOption(list, "VelocityTrackerCount", -1); tempi = xf86SetIntOption(list, "VelocityTrackerCount", -1);
if(tempi > 1){ if (tempi > 1)
InitTrackers(s, tempi); InitTrackers(s, tempi);
}
s->initial_range = xf86SetIntOption(list, "VelocityInitialRange", s->initial_range = xf86SetIntOption(list, "VelocityInitialRange",
s->initial_range); s->initial_range);