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/driver/xf86-video-sis/-/merge_requests/42>
This commit is contained in:
Alan Coopersmith
2025-08-20 17:32:07 -07:00
committed by Enrico Weigelt, metux IT consult
parent ea3703e9fd
commit 37743f0433
7 changed files with 14 additions and 14 deletions