Fix indentation.

This commit is contained in:
Matthieu Herrb 2007-08-23 22:48:19 +02:00
parent a66c0f1dca
commit 3305d17195

View File

@ -250,7 +250,7 @@ acceleratePointer(DeviceIntPtr pDev, int first_valuator, int num_valuators,
}
}
else {
mult = pow((float)dx * (float)dx + (float)dy * (float)dy,
mult = pow((float)dx * (float)dx + (float)dy * (float)dy,
((float)(pDev->ptrfeed->ctrl.num) /
(float)(pDev->ptrfeed->ctrl.den) - 1.0) /
2.0) / 2.0;