dix: indentation fixes for pointer acceleration
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:
committed by
Peter Hutterer
parent
31174565ec
commit
693a31e704
@@ -788,7 +788,8 @@ ComputeAcceleration(DeviceIntPtr dev,
|
||||
result +=
|
||||
4.0f * BasicComputeAcceleration(dev, vel,
|
||||
(vel->last_velocity +
|
||||
vel->velocity) / 2, threshold,
|
||||
vel->velocity) / 2,
|
||||
threshold,
|
||||
acc);
|
||||
result /= 6.0f;
|
||||
DebugAccelF("(dix ptracc) profile average [%.2f ... %.2f] is %.3f\n",
|
||||
|
||||
Reference in New Issue
Block a user