Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 68f04b57 authored by Ayan Shafqat's avatar Ayan Shafqat Committed by Jonathan Corbet
Browse files

Doc: fix a markup error in coding-style.rst



The "\n\t" sequence needs to be quoted or it will not render properly.

[jc: no signoff from the author, but it's trivial]
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent c251e2a8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -980,8 +980,8 @@ do so, though, and doing so unnecessarily can limit optimization.

When writing a single inline assembly statement containing multiple
instructions, put each instruction on a separate line in a separate quoted
string, and end each string except the last with \n\t to properly indent the
next instruction in the assembly output:
string, and end each string except the last with ``\n\t`` to properly indent
the next instruction in the assembly output:

.. code-block:: c