[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:43:51 PDT 2023


aabhinavg created this revision.
Herald added a subscriber: jdoerfert.
Herald added a project: All.
aabhinavg requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

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.514255.patch
Type: text/x-patch
Size: 482 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230417/f319fc89/attachment.bin>


More information about the llvm-commits mailing list