xf86-input-keyboard: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Aug 12 23:20:23 UTC 2025


 .gitignore        |    4 ++--
 COPYING           |   40 ++++++++++++++++++++--------------------
 src/atKeynames.h  |   38 +++++++++++++++++++-------------------
 src/at_scancode.c |    2 +-
 src/bsd_KbdMap.c  |   36 ++++++++++++++++++------------------
 src/hurd_kbd.c    |   10 +++++-----
 src/kbd.c         |    4 ++--
 src/sun_kbd.c     |   36 ++++++++++++++++++------------------
 src/sun_kbdMap.c  |   22 +++++++++++-----------
 9 files changed, 96 insertions(+), 96 deletions(-)

New commits:
commit 0acd0a9298addc11b102376b2d7e24e6bf335d5a
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Aug 12 16:14:02 2025 -0700

    Strip trailing whitespace from source files
    
    Performed with: `git ls-files | xargs perl -i -p -e 's{[ \t]+$}{}'`
    
    `git diff -w` & `git diff -b` show no diffs from this change
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-input-keyboard/-/merge_requests/20>



More information about the xorg-commit mailing list