xf86-input-mouse: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Mon Apr 30 20:42:04 PDT 2012


 man/mousedrv.man |   18 
 src/Makefile.am  |    2 
 src/bsd_mouse.c  |  534 +++----
 src/hurd_mouse.c |  118 -
 src/lnx_mouse.c  |  180 +-
 src/mouse.c      | 4188 +++++++++++++++++++++++++++----------------------------
 src/mouse.h      |  252 +--
 src/mousePriv.h  |   50 
 src/pnp.c        |  566 +++----
 src/sun_mouse.c  |  600 +++----
 10 files changed, 3254 insertions(+), 3254 deletions(-)

New commits:
commit 88e90dde7a5ffff67da9e091e59c09f2a0828582
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Apr 30 20:36:40 2012 -0700

    Expand tabs to spaces
    
    Existing code had a mix of places tab & space characters were used.
    Make them all spaces for consistency, since that's the new style
    chosen for xorg-server.
    
    "git diff -w" shows no changes - this is pure whitespace adjustment.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 580e739de0b15df9b7982213d2e2d9b84413b157
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Apr 30 20:33:27 2012 -0700

    Strip trailing whitespace
    
    cleanup done via: perl -p -i -e 's/[\t ]*$//'
    "git diff -w" shows no changes - this is pure whitespace adjustment.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list