xserver: Branch 'master'

Matthieu Herrb herrb at kemper.freedesktop.org
Thu Aug 23 13:48:29 PDT 2007


 dix/getevents.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree 3305d17195e3a0a5555300555bd7703312fa489f (from a66c0f1dca2958835ff65a5b50579e3304ed316a)
Author: Matthieu Herrb <matthieu at deville.herrb.com>
Date:   Thu Aug 23 22:48:19 2007 +0200

    Fix indentation.

diff --git a/dix/getevents.c b/dix/getevents.c
index 162fa45..6899303 100644
--- a/dix/getevents.c
+++ b/dix/getevents.c
@@ -250,7 +250,7 @@ acceleratePointer(DeviceIntPtr pDev, int
             }
         }
         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;


More information about the xorg-commit mailing list