From 90c7b9a6446b1ac1570d685b86df84cc52c67327 Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Tue, 25 May 2021 13:20:06 +0200 Subject: [PATCH] spec: Fix %endif indentation In recent commit f772c1fd2a a misaligned %endif sneaked in which upsets syntax-check. Align it properly. Signed-off-by: Michal Privoznik --- 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.47.2