mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-12-06 00:23:47 +03:00
examples: Fix white space
indent by 4 spaces one spaces around assignments Signed-off-by: Philipp Hahn <hahn@univention.de>
This commit is contained in:
committed by
Philipp Hahn
parent
b801ff31fa
commit
74a78fa42c
@@ -9,6 +9,7 @@ import libxml2
|
||||
from argparse import ArgumentParser
|
||||
from typing import Tuple
|
||||
|
||||
|
||||
# Parse the XML description of domU from FNAME
|
||||
# and return a tuple (name, xmldesc) where NAME
|
||||
# is the name of the domain, and xmldesc is the contetn of FNAME
|
||||
|
||||
Reference in New Issue
Block a user