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-r128/-/merge_requests/19>
This commit is contained in:
Alan Coopersmith
2025-08-20 16:35:39 -07:00
committed by Enrico Weigelt, metux IT consult
parent 19edee8704
commit b7f5ef0c68
3 changed files with 5 additions and 5 deletions