]> git.proxmox.com Git - mirror_qemu.git/commitdiff
docs/devel/qom: Fix indentation of bulleted list
authorEduardo Habkost <ehabkost@redhat.com>
Sat, 3 Oct 2020 02:54:20 +0000 (22:54 -0400)
committerEduardo Habkost <ehabkost@redhat.com>
Tue, 6 Oct 2020 15:09:35 +0000 (11:09 -0400)
The list was incorrectly parsed as a literal block due to
indentation.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20201003025424.199291-3-ehabkost@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
docs/devel/qom.rst

index 0b943b2a1a81073ccc1c1644b652f6ee30a18a6d..c4857d95c8ea81d053cb6664a653fb9640bd8b81 100644 (file)
@@ -8,9 +8,9 @@ The QEMU Object Model provides a framework for registering user creatable
 types and instantiating objects from those types.  QOM provides the following
 features:
 
- - System for dynamically registering types
- - Support for single-inheritance of types
- - Multiple inheritance of stateless interfaces
+- System for dynamically registering types
+- Support for single-inheritance of types
+- Multiple inheritance of stateless interfaces
 
 .. code-block:: c
    :caption: Creating a minimal type