docs: fix rendering for code blocks in SPM

Two sample build command code blocks are not correctly
rendered by the documentation generator.

Fix that by adding newlines.

Signed-off-by: Nicola Mazzucato <nicola.mazzucato@arm.com>
Change-Id: I1bb075ea4fc8e3230307548e40daecf2a79bae8d
This commit is contained in:
Nicola Mazzucato 2023-05-01 10:19:18 +01:00
parent 48a65ec31a
commit b2836dfef6

View file

@ -203,6 +203,7 @@ Sample TF-A build command line when the SPMC is located at S-EL1
Sample TF-A build command line when FEAT_SEL2 architecture extension is
implemented and the SPMC is located at S-EL2:
.. code:: shell
make \
@ -220,6 +221,7 @@ implemented and the SPMC is located at S-EL2:
Sample TF-A build command line when FEAT_SEL2 architecture extension is
implemented, the SPMC is located at S-EL2, and enabling secure boot:
.. code:: shell
make \