From: Michal Privoznik Date: Tue, 25 May 2021 11:20:06 +0000 (+0200) Subject: spec: Fix %endif indentation X-Git-Tag: v7.4.0-rc1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90c7b9a6446b1ac1570d685b86df84cc52c67327;p=thirdparty%2Flibvirt.git 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 --- 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