Author: Yaxun (Sam) Liu
Date: 2022-05-10T14:56:28-04:00
New Revision: 180a8536cec8e5e13e86863b17982daf95f2038a

URL: 
https://github.com/llvm/llvm-project/commit/180a8536cec8e5e13e86863b17982daf95f2038a
DIFF: 
https://github.com/llvm/llvm-project/commit/180a8536cec8e5e13e86863b17982daf95f2038a.diff

LOG: Fix indentation in ReleaseNotes.rst

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index ff7b4285b7d71..9841ae5c52973 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -355,7 +355,7 @@ CUDA/HIP Language Changes in Clang
 ----------------------------------
 
 - Added `__noinline__` as a keyword to avoid diagnostics due to usage of
- `__attribute__((__noinline__))` in CUDA/HIP programs.
+  `__attribute__((__noinline__))` in CUDA/HIP programs.
 
 Objective-C Language Changes in Clang
 -------------------------------------


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to