Fix sphinx indentation warning to stop newline in byref section html output.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 4 Aug 2020 15:12:50 +0000 (16:12 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 4 Aug 2020 15:12:50 +0000 (16:12 +0100)
llvm/docs/LangRef.rst

index af93a6e..4624e80 100644 (file)
@@ -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: