[PATCH] docs: Fix indentation in shell snippet

Andrea Bolognani posted 1 patch 2 years, 4 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20211224094929.252050-1-abologna@redhat.com
docs/daemons.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] docs: Fix indentation in shell snippet
Posted by Andrea Bolognani 2 years, 4 months ago
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
---
Pushed as trivial.

 docs/daemons.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/daemons.rst b/docs/daemons.rst
index 8a05ee77a7..c8ae3b0cef 100644
--- a/docs/daemons.rst
+++ b/docs/daemons.rst
@@ -402,7 +402,7 @@ host first.
           systemctl unmask virt${drv}d{,-ro,-admin}.socket
           systemctl enable virt${drv}d.service
           systemctl enable virt${drv}d{,-ro,-admin}.socket
-	done
+        done
 
 #. Start the sockets for the same set of daemons. There is no need to start the
    services as they will get started when the first socket connection is
@@ -413,7 +413,7 @@ host first.
       $ for drv in qemu network nodedev nwfilter secret storage
         do
           systemctl start virt${drv}d{,-ro,-admin}.socket
-	done
+        done
 
 #. If connections from remote hosts need to be supported the proxy daemon
    must be enabled and started
-- 
2.31.1