]> xenbits.xensource.com Git - libvirt.git/commitdiff
spec: Fix broken indentation reported by syntax-check
authorErik Skultety <eskultet@redhat.com>
Wed, 11 May 2016 18:03:57 +0000 (20:03 +0200)
committerErik Skultety <eskultet@redhat.com>
Wed, 11 May 2016 18:03:57 +0000 (20:03 +0200)
syntax-check complained about broken indentation in libvirt.spec.in which was
broken by commit 3694e038

Signed-off-by: Erik Skultety <eskultet@redhat.com>
libvirt.spec.in

index 886f5cfc9e329c5f37623f9984ae6ca53a02f9a3..d96917ba39c52a070bc41875db91d4340f3c3e5e 100644 (file)
@@ -4,9 +4,9 @@
 # or for RHEL 6 or newer. It may need some tweaks for other distros.
 # If neither fedora nor rhel was defined, try to guess them from dist
 %if (0%{?fedora} && 0%{?fedora} >= 20) || (0%{?rhel} && 0%{?rhel} >= 6)
-%define supported_platform 1
+    %define supported_platform 1
 %else
-%define supported_platform 0
+    %define supported_platform 0
 %endif
 
 # Default to skipping autoreconf.  Distros can change just this one line