[PATCH] spec: Fix %endif indentation

Michal Privoznik mprivozn at redhat.com
Tue May 25 11:22:24 UTC 2021


In recent commit f772c1fd2a a misaligned %endif sneaked in which
upsets syntax-check. Align it properly.

Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
---

Pushed as trivial and build breaker fix.

 libvirt.spec.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libvirt.spec.in b/libvirt.spec.in
index cdca7d8db6..7920599498 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -73,7 +73,7 @@
     %else
         %ifnarch %{arches_qemu_kvm}
             %define with_storage_gluster 0
-	%endif
+        %endif
     %endif
 %endif
 
-- 
2.26.3




More information about the libvir-list mailing list