Add clang-format-diff.py
authorCharles Giessen <charles@lunarg.com>
Thu, 9 Mar 2023 19:25:55 +0000 (12:25 -0700)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Thu, 9 Mar 2023 20:43:51 +0000 (13:43 -0700)
commit36e12d2d6904a0cc654eb65135d7421a8bfeeb21
tree14eaf5515942364b36b7be2b1da5a5b776766808
parentdde24e4612875bce0f9445c49df1c81f6a1a54c3
Add clang-format-diff.py

Turns out this script was never checked in, causing the check_code_format.sh script to
never run. This is due to python *not* returning an error when it fails to find the
python script, which results in the shell script passing while never actually checking
the formatting.
scripts/clang-format-diff.py [new file with mode: 0644]