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/proto/xorgproto/-/merge_requests/99>
This commit is contained in:
Alan Coopersmith 2025-08-02 14:39:03 -07:00
parent ce7786ebb9
commit f717637569
48 changed files with 183 additions and 183 deletions