[clang] 0217d2e - [clang][AMDGPU] Remove trialing whitespace in doc

David Spickett via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 31 02:30:01 PST 2024


Author: David Spickett
Date: 2024-01-31T10:29:48Z
New Revision: 0217d2e089afba8ca33330713787521ba52a1056

URL: https://github.com/llvm/llvm-project/commit/0217d2e089afba8ca33330713787521ba52a1056
DIFF: https://github.com/llvm/llvm-project/commit/0217d2e089afba8ca33330713787521ba52a1056.diff

LOG: [clang][AMDGPU] Remove trialing whitespace in doc

Added by f2a78e68eee53646327f71c475c7f18a28b7f576.

Wouldn't normally bother but it's showing up in some CI checks,
just want to reduce the noise.

Added: 
    

Modified: 
    clang/docs/HIPSupport.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/HIPSupport.rst b/clang/docs/HIPSupport.rst
index 0c93d722ff14e..543c82cf90244 100644
--- a/clang/docs/HIPSupport.rst
+++ b/clang/docs/HIPSupport.rst
@@ -176,8 +176,8 @@ Predefined Macros
    * - ``HIP_API_PER_THREAD_DEFAULT_STREAM``
      - Alias to ``__HIP_API_PER_THREAD_DEFAULT_STREAM__``. Deprecated.
 
-Note that some architecture specific AMDGPU macros will have default values when 
-used from the HIP host compilation. Other :doc:`AMDGPU macros <AMDGPUSupport>` 
+Note that some architecture specific AMDGPU macros will have default values when
+used from the HIP host compilation. Other :doc:`AMDGPU macros <AMDGPUSupport>`
 like ``__AMDGCN_WAVEFRONT_SIZE__`` will default to 64 for example.
 
 Compilation Modes


        


More information about the cfe-commits mailing list