Mesa (main): docs/nir: Use 3-space tabs

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jun 22 17:41:05 UTC 2021


Module: Mesa
Branch: main
Commit: 105a51b16667699bcbbbaf24e5820e4a63774583
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=105a51b16667699bcbbbaf24e5820e4a63774583

Author: Jason Ekstrand <jason at jlekstrand.net>
Date:   Tue Jun 22 11:00:29 2021 -0500

docs/nir: Use 3-space tabs

Reviewed-by: Connor Abbott <cwabbott0 at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11529>

---

 docs/nir/alu.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/nir/alu.rst b/docs/nir/alu.rst
index d926f1b6b02..cc13a65332e 100644
--- a/docs/nir/alu.rst
+++ b/docs/nir/alu.rst
@@ -55,18 +55,18 @@ instructions are often used (and required) for packing/unpacking vectors for
 use in other instruction types like intrinsics or texture ops.
 
 .. doxygenstruct:: nir_op_info
-    :members:
+   :members:
 
 .. doxygenvariable:: nir_op_infos
 
 .. doxygenstruct:: nir_alu_instr
-    :members:
+   :members:
 
 .. doxygenstruct:: nir_alu_src
-    :members:
+   :members:
 
 .. doxygenstruct:: nir_alu_dest
-    :members:
+   :members:
 
 NIR ALU Opcode Reference:
 -------------------------



More information about the mesa-commit mailing list