[llvm] 6e72755 - Fix sphinx indentation warning to stop newline in byref section html output.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 4 08:13:12 PDT 2020


Author: Simon Pilgrim
Date: 2020-08-04T16:12:50+01:00
New Revision: 6e727551b9db76dd209a34e312dd44faae3843b6

URL: https://github.com/llvm/llvm-project/commit/6e727551b9db76dd209a34e312dd44faae3843b6
DIFF: https://github.com/llvm/llvm-project/commit/6e727551b9db76dd209a34e312dd44faae3843b6.diff

LOG: Fix sphinx indentation warning to stop newline in byref section html output.

Added: 
    

Modified: 
    llvm/docs/LangRef.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index af93a6ed5c56..4624e8042e16 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -1087,7 +1087,7 @@ Currently, only the following parameter attributes are defined:
     ``byval``. If the alignment is not specified, then the code generator
     makes a target-specific assumption.
 
-     This is intended for representing ABI constraints, and is not
+    This is intended for representing ABI constraints, and is not
     intended to be inferred for optimization use.
 
 .. _attr_preallocated:


        


More information about the llvm-commits mailing list