[PATCH] D148535: Fix the indentation error.

Tiwari Abhinav Ashok Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 17 08:44:54 PDT 2023


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG21b68422c840: Fix the indentation error. (authored by aabhinavg).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148535/new/

https://reviews.llvm.org/D148535

Files:
  llvm/docs/LangRef.rst


Index: llvm/docs/LangRef.rst
===================================================================
--- llvm/docs/LangRef.rst
+++ llvm/docs/LangRef.rst
@@ -9590,8 +9590,8 @@
 
 .. note::
 
-The instruction is implemented as a call to libm's '``fmod``'
-for some targets, and using the instruction may thus require linking libm.
+	The instruction is implemented as a call to libm's '``fmod``'
+	for some targets, and using the instruction may thus require linking libm.
 
 
 Arguments:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148535.514257.patch
Type: text/x-patch
Size: 482 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230417/80227eb4/attachment.bin>


More information about the llvm-commits mailing list