[NFC] Remove trailing whitespace

This seems to be causing problems that I couldn't reproduce locally.
This commit is contained in:
Chris Bieneman 2024-01-11 12:34:51 -06:00
parent f5dd70c582
commit c2fd5b738e

View File

@ -144,7 +144,7 @@ undefined behavior in HLSL, and any use of the argument after the call is a use
of an undefined value which may be illegal in the target (DXIL programs with
used or potentially used ``undef`` or ``poison`` values fail validation).
Clang Implementation
Clang Implementation
====================
.. note::