xf86-input-joystick: Changes to 'master'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Tue Aug 12 23:00:20 UTC 2025
.gitignore | 2 -
COPYING | 18 +++++-----
config/50-joystick-all.conf | 4 +-
config/50-x11-input-joystick.fdi | 8 ++--
configure.ac | 2 -
include/joystick-properties.h | 8 ++--
man/Makefile.am | 2 -
src/backend_bsd.c | 20 +++++------
src/backend_bsd.h | 8 ++--
src/backend_evdev.c | 28 +++++++--------
src/backend_evdev.h | 8 ++--
src/backend_joystick.c | 20 +++++------
src/backend_joystick.h | 8 ++--
src/jstk.c | 70 +++++++++++++++++++--------------------
src/jstk.h | 10 ++---
src/jstk_axis.c | 62 +++++++++++++++++-----------------
src/jstk_axis.h | 8 ++--
src/jstk_key.c | 20 +++++------
src/jstk_key.h | 10 ++---
src/jstk_options.c | 38 ++++++++++-----------
src/jstk_options.h | 10 ++---
src/jstk_properties.c | 10 ++---
src/jstk_properties.h | 8 ++--
23 files changed, 191 insertions(+), 191 deletions(-)
New commits:
commit dda82eb25b951cb54b525ef994229afe870b1a8a
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date: Tue Aug 12 15:56:41 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-joystick/-/merge_requests/10>
More information about the xorg-commit
mailing list