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-ati/-/merge_requests/32>
This commit is contained in:
Alan Coopersmith
2025-08-12 17:22:33 -07:00
committed by Enrico Weigelt, metux IT consult
parent 7e5ff32ae9
commit 3c9211e696
21 changed files with 66 additions and 66 deletions