diff mbox series

[1/4] doc: fix sphinx warnings due to wrong indentation

Message ID 20211015102228.2828048-1-sbabic@denx.de
State Accepted
Headers show
Series [1/4] doc: fix sphinx warnings due to wrong indentation | expand

Commit Message

Stefano Babic Oct. 15, 2021, 10:22 a.m. UTC
Signed-off-by: Stefano Babic <sbabic@denx.de>
---
 doc/source/swupdate.rst | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
diff mbox series

Patch

diff --git a/doc/source/swupdate.rst b/doc/source/swupdate.rst
index fb335ad..71d8d7b 100644
--- a/doc/source/swupdate.rst
+++ b/doc/source/swupdate.rst
@@ -360,12 +360,12 @@  A run of SWUpdate consists mainly of the following steps:
 - runs the pre update command, if set
 - runs partition handlers, if required.
 - reads through the cpio archive one file at a time and either:
-  * execute handlers for each file marked as "installed-directly".
-    checksum is checked while the data is streamed to handler, and copy will
-    be marked as having failed if checksum was not correct failing the rest
-    of the install.
-  * copy other files to a temporary location while checking checksums,
-    stopping if there was a mismatch.
+        * execute handlers for each file marked as "installed-directly".
+          checksum is checked while the data is streamed to handler, and copy will
+          be marked as having failed if checksum was not correct failing the rest
+          of the install.
+        * copy other files to a temporary location while checking checksums,
+          stopping if there was a mismatch.
 - iterates through all `scripts` and call the corresponding
   handler for pre-install scripts.
   Please note: if artifacts are streamed, they will be extracted