xfs: Changes to 'master'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Wed Aug 6 00:24:28 UTC 2025
.gitignore | 4 +--
Makefile.am | 6 ++---
configure.ac | 4 +--
difs/atom.c | 2 -
difs/charinfo.c | 60 +++++++++++++++++++++++++--------------------------
difs/difsutils.c | 4 +--
difs/dispatch.c | 12 +++++-----
difs/events.c | 6 ++---
difs/extensions.c | 4 +--
difs/fontinfo.c | 10 ++++----
difs/fonts.c | 2 -
difs/globals.c | 2 -
difs/initfonts.c | 2 -
difs/main.c | 4 +--
difs/resource.c | 2 -
difs/swaprep.c | 6 ++---
difs/swapreq.c | 6 ++---
difs/tables.c | 4 +--
include/access.h | 2 -
include/assert.h | 10 ++++----
include/auth.h | 2 -
include/authstr.h | 2 -
include/client.h | 4 +--
include/clientstr.h | 2 -
include/closestr.h | 2 -
include/closure.h | 10 ++++----
include/difsfn.h | 2 -
include/difsfnst.h | 2 -
include/extentst.h | 2 -
include/fsevents.h | 2 -
include/fsresource.h | 10 ++++----
include/globals.h | 2 -
include/misc.h | 4 +--
include/os.h | 2 -
include/osstruct.h | 2 -
include/servermd.h | 10 ++++----
include/site.h | 2 -
os/access.c | 4 +--
os/config.c | 4 +--
os/configstr.h | 10 ++++----
os/connection.c | 6 ++---
os/error.c | 2 -
os/io.c | 8 +++---
os/osdep.h | 2 -
os/osglue.c | 4 +--
os/osinit.c | 2 -
os/utils.c | 18 +++++++--------
os/waitfor.c | 2 -
48 files changed, 138 insertions(+), 138 deletions(-)
New commits:
commit 1f9415eb19e8e6000e1f8dfd35ea8a93e48556c0
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date: Tue Aug 5 17:20:56 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/app/xfs/-/merge_requests/12>
More information about the xorg-commit
mailing list