From: Eduardo Habkost Date: Sat, 3 Oct 2020 02:54:20 +0000 (-0400) Subject: docs/devel/qom: Fix indentation of bulleted list X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=258c732769038b5c67ba572523961246651c6583;p=qemu.git docs/devel/qom: Fix indentation of bulleted list The list was incorrectly parsed as a literal block due to indentation. Signed-off-by: Eduardo Habkost Reviewed-by: Paolo Bonzini Message-Id: <20201003025424.199291-3-ehabkost@redhat.com> Signed-off-by: Eduardo Habkost --- diff --git a/docs/devel/qom.rst b/docs/devel/qom.rst index 0b943b2a1a..c4857d95c8 100644 --- a/docs/devel/qom.rst +++ b/docs/devel/qom.rst @@ -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