]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
spec: Use proper indentation
authorAndrea Bolognani <abologna@redhat.com>
Tue, 26 Apr 2016 15:37:16 +0000 (17:37 +0200)
committerCole Robinson <crobinso@redhat.com>
Wed, 4 May 2016 23:22:10 +0000 (19:22 -0400)
Commit 1d4400082a02 added some code that was not indented properly
and broke syntax-check. Fix it.

(cherry picked from commit a528ae7fb7e24e448d2636012218109ae3ef82b6)

libvirt.spec.in

index 81d00b898c714bae9b99f2251c38df7d2cd11c10..2a1f571dc7dca9203566f62190c233353e8bf1b0 100644 (file)
@@ -1848,11 +1848,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