1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2024-12-23 21:34:54 +03:00

spec: Use proper indentation

Commit 1d4400082a added some code that was not indented properly
and broke syntax-check. Fix it.
This commit is contained in:
Andrea Bolognani 2016-04-26 17:37:16 +02:00
parent 1d4400082a
commit a528ae7fb7

View File

@ -1851,11 +1851,11 @@ if test $1 -eq 1 && test ! -f %{_sysconfdir}/libvirt/qemu/networks/default.xml ;
ln -s ../default.xml %{_sysconfdir}/libvirt/qemu/networks/autostart/default.xml
# Make sure libvirt picks up the new network defininiton
%if %{with_systemd}
%if %{with_systemd}
/bin/systemctl try-restart libvirtd.service >/dev/null 2>&1 ||:
%else
%else
/sbin/service libvirtd condrestart > /dev/null 2>&1 || :
%endif
%endif
fi
%endif