Strip trailing whitespace

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>
This commit is contained in:
Alan Coopersmith 2025-08-02 13:28:41 -07:00
parent 014540add5
commit c70aba5cc6
21 changed files with 102 additions and 102 deletions