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@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/lib/libx11/-/merge_requests/287>
This commit is contained in:
Alan Coopersmith 2025-08-02 18:38:26 -07:00
parent e003f52661
commit 8b77c86a06
87 changed files with 3486 additions and 3486 deletions