[PATCH] NEWS: cosmetic - fix indentation

Ani Sinha posted 1 patch 2 years, 6 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20211002160713.831848-1-ani@anisinha.ca
NEWS.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] NEWS: cosmetic - fix indentation
Posted by Ani Sinha 2 years, 6 months ago
The indentation of the first item under the categoty "new features" for the
future release v7.9.0 is not right. Fix it.

Signed-off-by: Ani Sinha <ani@anisinha.ca>
---
 NEWS.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NEWS.rst b/NEWS.rst
index 76d2375e97..caa61f0646 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -17,7 +17,7 @@ v7.9.0 (unreleased)
 
 * **New features**
 
-    * Introduce virtio-mem ``<memory/>`` model
+  * Introduce virtio-mem ``<memory/>`` model
 
     New virtio-mem model is introduced for ``<memory/>`` device which is a
     paravirtualized mechanism of adding/removing memory to/from a VM. Use
-- 
2.25.1

Re: [PATCH] NEWS: cosmetic - fix indentation
Posted by Andrea Bolognani 2 years, 6 months ago
On Sat, Oct 02, 2021 at 09:37:13PM +0530, Ani Sinha wrote:
> The indentation of the first item under the categoty "new features" for the
> future release v7.9.0 is not right. Fix it.
>
> Signed-off-by: Ani Sinha <ani@anisinha.ca>
> ---
>  NEWS.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

  Reviewed-by: Andrea Bolognani <abologna@redhat.com>

and pushed.

-- 
Andrea Bolognani / Red Hat / Virtualization

Re: [PATCH] NEWS: cosmetic - fix indentation
Posted by Ani Sinha 2 years, 6 months ago

On Mon, 4 Oct 2021, Andrea Bolognani wrote:

> On Sat, Oct 02, 2021 at 09:37:13PM +0530, Ani Sinha wrote:
> > The indentation of the first item under the categoty "new features" for the
> > future release v7.9.0 is not right. Fix it.
> >
> > Signed-off-by: Ani Sinha <ani@anisinha.ca>
> > ---
> >  NEWS.rst | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
>
>   Reviewed-by: Andrea Bolognani <abologna@redhat.com>
>
> and pushed.

Thanks!