Skip to content

Commit b4001e3

Browse files
authored
[NFC] Eliminate trailing white space causing CI build failure (#84632)
To resolve the following issue in the CI build: ``` *** Checking for trailing whitespace left in Clang source files *** + grep -rnI '[[:blank:]]$' clang/lib clang/include clang/docs clang/docs/ReleaseNotes.rst:412:- PTX is no longer included by default when compiling for CUDA. Using + echo '*** Trailing whitespace has been found in Clang source files as described above ***' *** Trailing whitespace has been found in Clang source files as described above *** + exit 1 ```
1 parent f581149 commit b4001e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ RISC-V Support
409409
CUDA/HIP Language Changes
410410
^^^^^^^^^^^^^^^^^^^^^^^^^
411411

412-
- PTX is no longer included by default when compiling for CUDA. Using
412+
- PTX is no longer included by default when compiling for CUDA. Using
413413
``--cuda-include-ptx=all`` will return the old behavior.
414414

415415
CUDA Support

0 commit comments

Comments
 (0)