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: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
c251e2a843
commit
68f04b571d
1 changed files with 2 additions and 2 deletions
|
@ -980,8 +980,8 @@ do so, though, and doing so unnecessarily can limit optimization.
|
||||||
|
|
||||||
When writing a single inline assembly statement containing multiple
|
When writing a single inline assembly statement containing multiple
|
||||||
instructions, put each instruction on a separate line in a separate quoted
|
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
|
string, and end each string except the last with ``\n\t`` to properly indent
|
||||||
next instruction in the assembly output:
|
the next instruction in the assembly output:
|
||||||
|
|
||||||
.. code-block:: c
|
.. code-block:: c
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue