[PATCH] spec: Fix %endif indentation

Michal Privoznik posted 1 patch 2 years, 11 months ago
Failed in applying to current master (apply log)
libvirt.spec.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] spec: Fix %endif indentation
Posted by Michal Privoznik 2 years, 11 months ago
In recent commit f772c1fd2a a misaligned %endif sneaked in which
upsets syntax-check. Align it properly.

Signed-off-by: Michal Privoznik <mprivozn@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