[Lldb-commits] [lldb] 9ee454a - [lldb] Fix RST table formatting

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 16 10:42:49 PST 2024


Author: Adrian Prantl
Date: 2024-12-16T10:42:37-08:00
New Revision: 9ee454a57c061e47223e079cdc64d315580367ed

URL: https://github.com/llvm/llvm-project/commit/9ee454a57c061e47223e079cdc64d315580367ed
DIFF: https://github.com/llvm/llvm-project/commit/9ee454a57c061e47223e079cdc64d315580367ed.diff

LOG: [lldb] Fix RST table formatting

Added: 
    

Modified: 
    lldb/docs/resources/formatterbytecode.rst

Removed: 
    


################################################################################
diff  --git a/lldb/docs/resources/formatterbytecode.rst b/lldb/docs/resources/formatterbytecode.rst
index a4fd2bbe804b24..20e148363ef957 100644
--- a/lldb/docs/resources/formatterbytecode.rst
+++ b/lldb/docs/resources/formatterbytecode.rst
@@ -58,7 +58,7 @@ These instructions manipulate the data stack directly.
  0x03      `over`      `(x y -> x y x)`
  0x04      `swap`      `(x y -> y x)`
  0x05      `rot`       `(x y z -> z x y)`
-=======  ==========  ===========================
+========  ==========  ===========================
 
 Control flow
 ~~~~~~~~~~~~


        


More information about the lldb-commits mailing list