Skip to content

Commit 21b6842

Browse files
committed
Fix the indentation error.
Differential Revision: https://reviews.llvm.org/D148535
1 parent e2f5495 commit 21b6842

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/docs/LangRef.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9590,8 +9590,8 @@ its two operands.
95909590

95919591
.. note::
95929592

9593-
The instruction is implemented as a call to libm's '``fmod``'
9594-
for some targets, and using the instruction may thus require linking libm.
9593+
The instruction is implemented as a call to libm's '``fmod``'
9594+
for some targets, and using the instruction may thus require linking libm.
95959595

95969596

95979597
Arguments:

0 commit comments

Comments
 (0)