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-dummy/-/merge_requests/15>
This commit is contained in:
Alan Coopersmith
2025-08-12 17:39:30 -07:00
committed by Enrico Weigelt, metux IT consult
parent 2ab320ec9f
commit 3d31e212a0

4
.gitignore vendored
View File

@@ -71,8 +71,8 @@ core
*.tar.bz2
*.tar.gz
#
# Add & Override patterns for xf86-video-dummy
# Add & Override patterns for xf86-video-dummy
#
# Edit the following section as needed
# For example, !report.pc overrides *.pc. See 'man gitignore'
#
#