[clang] c2fd5b7 - [NFC] Remove trailing whitespace
Chris Bieneman via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 11 10:35:26 PST 2024
Author: Chris Bieneman
Date: 2024-01-11T12:34:51-06:00
New Revision: c2fd5b738e9700a515f1730c714897eeec064157
URL: https://github.com/llvm/llvm-project/commit/c2fd5b738e9700a515f1730c714897eeec064157
DIFF: https://github.com/llvm/llvm-project/commit/c2fd5b738e9700a515f1730c714897eeec064157.diff
LOG: [NFC] Remove trailing whitespace
This seems to be causing problems that I couldn't reproduce locally.
Added:
Modified:
clang/docs/HLSL/FunctionCalls.rst
Removed:
################################################################################
diff --git a/clang/docs/HLSL/FunctionCalls.rst b/clang/docs/HLSL/FunctionCalls.rst
index 996ddd6944b1ce..7317de2163f897 100644
--- a/clang/docs/HLSL/FunctionCalls.rst
+++ b/clang/docs/HLSL/FunctionCalls.rst
@@ -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::
More information about the cfe-commits
mailing list